Updated Release Process (markdown)

Daniel Markstedt 2023-11-13 08:36:13 +09:00
parent efb7360f8e
commit 2c4e4ad55d
1 changed files with 2 additions and 2 deletions

@ -114,13 +114,13 @@ Edit/create a configuration file
```
vim config
```
And example configuration file follows. Make sure you update the first two lines with the new version/tag ID, and architecture.
And example configuration file follows. Make sure you update the first two lines with the new version/tag ID.
Modify RELEASE with the RPiOS Release that matches the current branch.
Remove the APT_PROXY option if you do not have a local AptCacher-NG instance set up. (The apt cacher NG will cache the apt packages to make subsequent builds go MUCH faster. However, it's not required) If you want to set one up, instructions are available in the [Ubuntu documentation](https://help.ubuntu.com/community/Apt-Cacher%20NG)
```
IMG_NAME=PiSCSI-v23.11.01-armhf
IMG_NAME=PiSCSI-v23.11.01
GITHUB_REF=v23.11.01
TARGET_HOSTNAME=piscsi
ENABLE_SSH=1