Skip to content

Update from snapctl to new craftctl command to fix arm64 builds #9

Update from snapctl to new craftctl command to fix arm64 builds

Update from snapctl to new craftctl command to fix arm64 builds #9

Workflow file for this run

name: Build Pull Requests
on:
- pull_request
jobs:
snapcraft-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: snapcore/action-build@v1
id: build
- uses: diddlesnaps/snapcraft-review-tools-action@v1
with:
snap: ${{ steps.build.outputs.snap }}