Skip to content

Commit

Permalink
test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed Jan 30, 2024
1 parent 347c6d6 commit e037cd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:

jobs:
release-snap:
strategy:
matrix:
arch: [amd64,arm64,s390x]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -51,6 +54,6 @@ jobs:
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snap: ${{ steps.build.outputs.snap }}
snap: oras-test_${{ steps.version.outputs.version }}_${{ matrix.arch }}.snap
release: ${{ steps.version.outputs.release }}

0 comments on commit e037cd7

Please sign in to comment.