Skip to content

Commit bee7c79

Browse files
authored
Merge pull request #2544 from pqarmitage/updates
Revert "snap: Remove architectures keyword from snapcraft.yaml"
2 parents f108c53 + 99de788 commit bee7c79

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

snap/snapcraft.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ confinement: classic
1212
base: core22
1313

1414
# Note: When change base to core24 or later, architectures needs to be changed to platforms
15-
#architectures:
16-
# - build-on: [amd64]
17-
# - build-on: [arm64]
18-
# - build-on: [armhf]
19-
# - build-on: [ppc64el]
20-
# - build-on: [s390x]
21-
# - build-on: [riscv64]
15+
architectures:
16+
- build-on: [amd64]
17+
- build-on: [arm64]
18+
- build-on: [armhf]
19+
- build-on: [ppc64el]
20+
- build-on: [s390x]
21+
- build-on: [riscv64]
2222
#platforms:
2323
# amd64:
2424
# arm64:

0 commit comments

Comments
 (0)