mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-04 19:35:38 +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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user