We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4e5dd commit 36d7ef3Copy full SHA for 36d7ef3
snap/snapcraft.yaml
@@ -8,7 +8,11 @@ description: |
8
- Automatic discovery of branch relations (`git machete discover`)
9
# This software is unlikely to be used outside of desktop machines.
10
# Let's limit the number of target architectures to reduce the build times.
11
-architectures: [ amd64, i386 ]
+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
16
base: core18
17
confinement: strict
18
grade: stable
0 commit comments