Skip to content

Commit

Permalink
exclude darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Feb 21, 2024
1 parent 48d793c commit 93cba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [ linux, windows, darwin ]
goos: [ linux, windows ]
goarch: [ amd64, arm64 ]
exclude:
- goarch: arm64
Expand Down

0 comments on commit 93cba0c

Please sign in to comment.