Skip to content

Commit

Permalink
tmp: stick to stable Snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Apr 29, 2024
1 parent 2d524b3 commit ac5601a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
with:
architecture: ${{ matrix.platform }}
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}
snapcraft-channel: edge
launchpad-credentials: ${{ secrets.LAUNCHPAD_CREDENTIALS }}
launchpad-accept-public-upload: true
publish: ${{ github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name }}
Expand Down
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ package-repositories:
- type: apt
ppa: mir-team/release

platforms:
amd64:
arm64:
armhf:
riscv64:
architectures:
- build-on: amd64
- build-on: arm64
- build-on: armhf
- build-on: riscv64

environment:
# Prep for Mir
Expand Down

0 comments on commit ac5601a

Please sign in to comment.