enable signing

This commit is contained in:
2025-12-07 20:27:56 +06:00
parent 314fe4354d
commit 1235389da1
4 changed files with 40 additions and 1 deletions

View File

@@ -23,7 +23,11 @@ VIDEO_CARDS="intel nouveau"
# "buildpkg" = generate binary packages upon install
# "binpkg-multi-instance" = keep only latest version, but support slotting
FEATURES="${FEATURES} -getbinpkg buildpkg binpkg-multi-instance -ipc-sandbox -network-sandbox -pid-sandbox"
FEATURES="${FEATURES} -getbinpkg buildpkg binpkg-multi-instance -ipc-sandbox -network-sandbox -pid-sandbox binpkg-signing"
ACCEPT_LICENSE="*"
BINPKG_FORMAT="gpkg"
# gpg
BINPKG_GPG_SIGNING_GPG_HOME="/root/.gnupg"
BINPKG_GPG_SIGNING_KEY="0x2D74807D22E7B8551ADAABD44DD2AD0F96276ABF"