Merge pull request #10406

1f1e74b build: prepare v0.18.5.0 (selsta)
This commit is contained in:
tobtoht
2026-05-03 19:23:57 +00:00
7 changed files with 10 additions and 9 deletions
+1 -1
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.4.6
VERSION=v0.18.5.0
./dockrun.sh $VERSION
```
+1 -1
View File
@@ -133,7 +133,7 @@ Common setup part:
su - gitianuser
GH_USER=YOUR_GITHUB_USER_NAME
VERSION=v0.18.4.6
VERSION=v0.18.5.0
```
Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build.