Skip to content

Commit

Permalink
*: add darwin os for goreleaser (#329)
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox authored Jul 14, 2023
1 parent a2953aa commit 2b7b6ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ builds:
- -s -w -X main.Version={{.Version}} -X main.commit={{.FullCommit}}
goos:
- linux
- darwin
goarch:
- amd64
- arm64
goarm:
- 7
- 8
goamd64:
- v2
- v3
Expand All @@ -23,11 +25,13 @@ builds:
- -s -w -X main.Version={{.Version}} -X main.commit={{.FullCommit}}
goos:
- linux
- darwin
goarch:
- amd64
- arm64
goarm:
- 7
- 8
goamd64:
- v2
- v3

0 comments on commit 2b7b6ea

Please sign in to comment.