0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-06 21:28:23 +02:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"