build: prepare v0.18.3.3

This commit is contained in:
selsta
2024-03-11 15:13:49 +01:00
parent ef3e18b51b
commit 97e3ce5f18
7 changed files with 10 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ The dockrun.sh script will do everything to build the binaries. Just specify the
version to build as its only argument, e.g.
```bash
VERSION=v0.18.3.2
VERSION=v0.18.3.3
./dockrun.sh $VERSION
```

View File

@@ -133,7 +133,7 @@ Common setup part:
su - gitianuser
GH_USER=YOUR_GITHUB_USER_NAME
VERSION=v0.18.3.2
VERSION=v0.18.3.3
```
Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build.