3f0833915566250462ce88189001d0c47fbfe472
Gitea Debian Builder
Builds amd64 and arm64 Debian packages for gitea and writes them to the sibling ../gitea-deb APT repository.
Requirements
curljqwgetgpgxz-utilsdpkg-devapt-utilsgit
Usage
Build the latest Gitea release:
./build.sh
Build a specific version:
./build.sh 1.26.1
or:
GITEA_VERSION=1.26.1 ./build.sh
The script downloads the Linux amd64 and arm64 release artifacts, verifies their GPG signatures and SHA256 checksums, builds .deb packages, moves them into ../gitea-deb, regenerates Packages, Packages.gz, and Release, then commits and pushes the release repo changes.
Description
Languages
Shell
100%