mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-29 08:38:48 +00:00
(attempt) to build snapcract for all architectures
This commit is contained in:
parent
544bd9ff6f
commit
422300457c
@ -7,13 +7,16 @@ base: core22
|
||||
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
|
||||
confinement: strict
|
||||
architectures:
|
||||
- build-on: s390x
|
||||
- build-on: ppc64el
|
||||
- build-on: arm64
|
||||
- build-on: armhf
|
||||
- build-on: amd64
|
||||
- build-on: i386
|
||||
- build-on: riscv64
|
||||
- build-on: [amd64]
|
||||
build-for: [all]
|
||||
# architectures:
|
||||
# - build-on: s390x
|
||||
# - build-on: ppc64el
|
||||
# - build-on: arm64
|
||||
# - build-on: armhf
|
||||
# - build-on: amd64
|
||||
# - build-on: i386
|
||||
# - build-on: riscv64
|
||||
apps:
|
||||
yq:
|
||||
command: bin/yq
|
||||
|
||||
Loading…
Reference in New Issue
Block a user