Push runner release repository after build

This commit is contained in:
2026-05-14 19:50:01 +02:00
parent 6ca99d206b
commit f1ab8059b0
2 changed files with 20 additions and 3 deletions
+1 -3
View File
@@ -32,9 +32,7 @@ or:
GITEA_RUNNER_VERSION=1.0.2 ./build.sh
```
The script downloads the Linux `amd64` and `arm64` release artifacts, verifies their SHA256 checksums, builds `.deb` packages, moves them into `../gitea-runner-deb`, regenerates `Packages`, `Packages.gz`, and `Release`, then commits the release repo changes locally.
It does not push either repository.
The script downloads the Linux `amd64` and `arm64` release artifacts, verifies their SHA256 checksums, builds `.deb` packages, moves them into `../gitea-runner-deb`, regenerates `Packages`, `Packages.gz`, and `Release`, commits the release repo changes, then pushes the release repo branch to `origin`.
## Systemd Timer