Use updated yaml fields for snapcraft (#37318)

This commit is contained in:
techknowlogick
2026-04-20 13:02:29 -04:00
committed by GitHub
parent aba87285f0
commit 019d85039c

View File

@@ -11,10 +11,16 @@ confinement: strict
base: core24
adopt-info: gitea
architectures:
- build-on: armhf
- build-on: amd64
- build-on: arm64
platforms:
armhf:
build-on: [armhf]
build-for: [armhf]
amd64:
build-on: [amd64]
build-for: [amd64]
arm64:
build-on: [arm64]
build-for: [arm64]
environment:
GITEA_CUSTOM: "$SNAP_COMMON"