Skip to content

Commit

Permalink
Add missing outputs for arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Jun 5, 2024
1 parent 65cb1c8 commit e000e94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ jobs:
release: edge/ieng-1057

build-arm64:
# We do not start the long running arm64 build unless the amd64 tests have passed.
needs: test-amd64
outputs:
snap: ${{ steps.snapcraft.outputs.snap }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit e000e94

Please sign in to comment.