Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed May 14, 2024
1 parent 389dfe5 commit d335d4c
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 @@ -28,7 +28,10 @@ jobs:
release-snap:
strategy:
matrix:
arch: [amd64,arm64,s390x]
arch:
- 'amd64'
- 'arm64'
- 's390x'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit d335d4c

Please sign in to comment.