Skip to content

Commit 8e86bdb

Browse files
committed
Attempting to fix snap again
1 parent fc164ca commit 8e86bdb

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

snap/snapcraft.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@ grade: stable # devel|stable. must be 'stable' to release into candidate/stable
88
confinement: strict
99
architectures:
1010
- 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
11+
build-for: [amd64]
12+
- build-on: [amd64]
13+
build-for: [arm64]
14+
- build-on: [amd64]
15+
build-for: [armhf]
16+
- build-on: [amd64]
17+
build-for: [i386]
18+
- build-on: [amd64]
19+
build-for: [ppc64el]
20+
- build-on: [amd64]
21+
build-for: [s390x]
22+
- build-on: [amd64]
23+
build-for: [riscv64]
2024
apps:
2125
yq:
2226
command: bin/yq

0 commit comments

Comments
 (0)