Initial Gitea Runner Debian builder

This commit is contained in:
2026-05-08 18:36:54 +02:00
commit c6ab070c09
13 changed files with 299 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Changelog
## 2026-05-08
- Created initial Gitea Runner Debian package builder based on the existing Gitea package flow.
- Added latest-version detection via the Gitea API with explicit `GITEA_RUNNER_VERSION` and command-line overrides.
- Added signed binary download, GPG verification, checksum verification, package staging, and APT repo update logic for `amd64` and `arm64`.