We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f0866 commit 3c8e8b9Copy full SHA for 3c8e8b9
.github/workflows/snap.yml
@@ -36,7 +36,6 @@ jobs:
36
with:
37
architecture: ${{ matrix.platform }}
38
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}
39
- snapcraft-channel: edge
40
launchpad-credentials: ${{ secrets.LAUNCHPAD_CREDENTIALS }}
41
launchpad-accept-public-upload: true
42
publish: ${{ github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name }}
snap/snapcraft.yaml
@@ -11,11 +11,11 @@ package-repositories:
11
- type: apt
12
ppa: mir-team/release
13
14
-platforms:
15
- amd64:
16
- arm64:
17
- armhf:
18
- riscv64:
+architectures:
+ - build-on: amd64
+ - build-on: arm64
+ - build-on: armhf
+ - build-on: riscv64
19
20
environment:
21
# Prep for Mir
0 commit comments