Skip to content

Commit

Permalink
add darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 authored Jan 8, 2022
1 parent 5ca9069 commit 5bac537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux,windows]
goos: [linux,windows, darwin]
goarch: [amd64, arm64]
exclude:
- goarch: arm64
Expand Down

0 comments on commit 5bac537

Please sign in to comment.