Skip to content

Commit 36d7ef3

Browse files
committed
Fix target architectures in snap/snapcraft.yaml
1 parent 0c4e5dd commit 36d7ef3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

snap/snapcraft.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ description: |
88
- Automatic discovery of branch relations (`git machete discover`)
99
# This software is unlikely to be used outside of desktop machines.
1010
# Let's limit the number of target architectures to reduce the build times.
11-
architectures: [ amd64, i386 ]
11+
architectures:
12+
# See https://forum.snapcraft.io/t/how-can-i-publish-a-snap-that-can-provide-binaries-for-all-the-supported-architectures/8556/4
13+
# on why not just `build-on: [ amd64, i386 ]`.
14+
- build-on: amd64
15+
- build-on: i386
1216
base: core18
1317
confinement: strict
1418
grade: stable

0 commit comments

Comments
 (0)