Skip to content

Commit

Permalink
build: add darwin release
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag authored Jun 15, 2024
1 parent fb7e93a commit dd181e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ builds:
- -X github.com/raystack/meteor/cmd.Version={{.Tag}}
- -X github.com/raystack/meteor/cmd.BuildCommit={{.FullCommit}}
- -X github.com/raystack/meteor/cmd.BuildDate={{.Date}}
goos: ["linux", "windows"]
goos: ["linux", "windows", "darwin"]
goarch: [amd64, arm64] # skip goarch 386 and arm due to conflicts with "github.com/blastrain/vitess-sqlparser" library
env:
- CGO_ENABLED=0
Expand Down

0 comments on commit dd181e7

Please sign in to comment.