We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc164ca commit 8e86bdbCopy full SHA for 8e86bdb
snap/snapcraft.yaml
@@ -8,15 +8,19 @@ grade: stable # devel|stable. must be 'stable' to release into candidate/stable
8
confinement: strict
9
architectures:
10
- build-on: [amd64]
11
- build-for: [all]
12
-# architectures:
13
-# - build-on: s390x
14
-# - build-on: ppc64el
15
-# - build-on: arm64
16
-# - build-on: armhf
17
-# - build-on: amd64
18
-# - build-on: i386
19
-# - build-on: riscv64
+ build-for: [amd64]
+ - build-on: [amd64]
+ build-for: [arm64]
+ build-for: [armhf]
+ build-for: [i386]
+ build-for: [ppc64el]
20
21
+ build-for: [s390x]
22
23
+ build-for: [riscv64]
24
apps:
25
yq:
26
command: bin/yq
0 commit comments