Skip to content

Commit

Permalink
ci: use remote builds, but don't fail fast (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Apr 24, 2024
2 parents e00a8c1 + 80c8bba commit c40835f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- amd64
- armhf
- arm64
fail-fast: false

steps:
- name: Check out code
Expand All @@ -31,9 +32,11 @@ jobs:
sed -i 's@rev-list --count@rev-parse --short@' snap/snapcraft.yaml
- name: Build and publish the snap
uses: canonical/actions/build-snap@multiarch
uses: canonical/actions/build-snap@release
with:
architecture: ${{ matrix.platform }}
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}
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 }}
publish-channel: 22/edge/pr${{ github.event.number }}

0 comments on commit c40835f

Please sign in to comment.