Skip to content

Commit 2580523

Browse files
authored
architectures: [armhf, arm64]
1 parent 0ba667a commit 2580523

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
rm snapcraft.login
198198
- name: Build snap
199199
run: |
200-
snapcraft --target-arch=i386
200+
snapcraft
201201
- name: Publish
202202
run: |
203203
snapcraft upload *.snap --release beta

snap/snapcraft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description: |
77

88
grade: stable
99
confinement: strict
10+
architectures: [armhf, arm64]
1011

1112
parts:
1213
createstructure:

0 commit comments

Comments
 (0)