Files
gitea-deb-builder/README.md
T
2026-05-08 19:22:06 +02:00

698 B

Gitea Debian Builder

Builds amd64 and arm64 Debian packages for gitea and writes them to the sibling ../gitea-deb APT repository.

Requirements

  • curl
  • jq
  • wget
  • gpg
  • xz-utils
  • dpkg-dev
  • apt-utils
  • git

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.