Skip to content

Commit 3c8e8b9

Browse files
committed
tmp: stick to stable Snapcraft
1 parent a2f0866 commit 3c8e8b9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/snap.yml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
with:
3737
architecture: ${{ matrix.platform }}
3838
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}
39-
snapcraft-channel: edge
4039
launchpad-credentials: ${{ secrets.LAUNCHPAD_CREDENTIALS }}
4140
launchpad-accept-public-upload: true
4241
publish: ${{ github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name }}

snap/snapcraft.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ package-repositories:
1111
- type: apt
1212
ppa: mir-team/release
1313

14-
platforms:
15-
amd64:
16-
arm64:
17-
armhf:
18-
riscv64:
14+
architectures:
15+
- build-on: amd64
16+
- build-on: arm64
17+
- build-on: armhf
18+
- build-on: riscv64
1919

2020
environment:
2121
# Prep for Mir

0 commit comments

Comments
 (0)