docs: added missing options

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2026-02-03 00:16:44 -03:00
parent 615c2eddfb
commit a8b7b6f1a2
+12
View File
@@ -443,6 +443,10 @@ deb:
# This will expand any env var you set in the field, e.g. key_id: ${DEB_SIGNING_KEY_ID}
key_id: bc8acdd415bd80b3
# The signer is used for signing when the dpkg-sig method is used.
# Signer should be in the format `Name <email>`, e.g. `Jon Doe <john.doe@example.com>`
signer: GoReleaser <staff@goreleaser.com>
# Additional fields for the control file. Empty fields are ignored.
# This will expand any env vars you set in the field values, e.g. Vcs-Browser: ${CI_PROJECT_URL}
fields:
@@ -458,6 +462,14 @@ apk:
# apk specific architecture name that overrides "arch" without performing any replacements.
arch: armhf
# APK specific scripts.
scripts:
# The preupgrade script runs before apk upgrades the package.
preupgrade: ./scripts/preupgrade.sh
# The postupgrade script runs after apk upgrades the package.
postupgrade: ./scripts/postupgrade.sh
# The package is signed if a key_file is set
signature:
# RSA private key in the PEM format. The passphrase is taken from