Skip to content

Commit

Permalink
Merge pull request #82 from redraskal/chore/release-arm64
Browse files Browse the repository at this point in the history
chore: add arm64 to release matrix
  • Loading branch information
redraskal authored Jan 25, 2024
2 parents 4b16b70 + aeaf983 commit 85936e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/amd64, windows/amd64, darwin/amd64
goos: [linux, windows, darwin]
goarch: [amd64]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v3
- shell: bash
Expand Down

0 comments on commit 85936e0

Please sign in to comment.