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 25, 2024
1 parent 84fb83c commit c32df0f
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 @@ -31,7 +31,6 @@ jobs:
with:
architecture: ${{ matrix.platform }}
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}
snapcraft-channel: candidate
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 @@ -7,11 +7,11 @@ base: core24
build-base: devel
grade: devel

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

package-repositories:
- type: apt
Expand Down

0 comments on commit c32df0f

Please sign in to comment.