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 0ba667a commit 2580523Copy full SHA for 2580523
2 files changed
.github/workflows/on-push.yml
@@ -197,7 +197,7 @@ jobs:
197
rm snapcraft.login
198
- name: Build snap
199
run: |
200
- snapcraft --target-arch=i386
+ snapcraft
201
- name: Publish
202
203
snapcraft upload *.snap --release beta
snap/snapcraft.yaml
@@ -7,6 +7,7 @@ description: |
7
8
grade: stable
9
confinement: strict
10
+architectures: [armhf, arm64]
11
12
parts:
13
createstructure:
0 commit comments