Skip to content

Commit

Permalink
Rename arm64 build step to snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Jun 6, 2024
1 parent ab928b7 commit d6a3e13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# We do not start the long running arm64 build unless the amd64 tests have passed.
needs: test-amd64
outputs:
snap: ${{ steps.build.outputs.snap }}
snap: ${{ steps.snapcraft.outputs.snap }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -101,15 +101,15 @@ jobs:

- name: Build snap
uses: diddlesnaps/snapcraft-multiarch-action@v1
id: build
id: snapcraft
with:
architecture: arm64

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_ARM64 }}
path: ${{ steps.build.outputs.snap }}
path: ${{ steps.snapcraft.outputs.snap }}

publish-arm64:
needs: [build-arm64]
Expand Down

0 comments on commit d6a3e13

Please sign in to comment.