(attempt) to build snapcract for all architectures

This commit is contained in:
Mike Farah 2025-07-10 16:16:41 +10:00
parent 544bd9ff6f
commit 422300457c

View File

@ -7,13 +7,16 @@ base: core22
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
confinement: strict confinement: strict
architectures: architectures:
- build-on: s390x - build-on: [amd64]
- build-on: ppc64el build-for: [all]
- build-on: arm64 # architectures:
- build-on: armhf # - build-on: s390x
- build-on: amd64 # - build-on: ppc64el
- build-on: i386 # - build-on: arm64
- build-on: riscv64 # - build-on: armhf
# - build-on: amd64
# - build-on: i386
# - build-on: riscv64
apps: apps:
yq: yq:
command: bin/yq command: bin/yq