Merge pull request #8739

dc18efa build: prepare v0.18.2.0 (selsta)
This commit is contained in:
luigi1111 2023-02-15 10:47:13 -05:00
commit 99be9a044f
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
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.1.2
VERSION=v0.18.2.0
./dockrun.sh $VERSION
```

View file

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