We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7e93a commit dd181e7Copy full SHA for dd181e7
1 file changed
.goreleaser.yml
@@ -27,7 +27,7 @@ builds:
27
- -X github.com/raystack/meteor/cmd.Version={{.Tag}}
28
- -X github.com/raystack/meteor/cmd.BuildCommit={{.FullCommit}}
29
- -X github.com/raystack/meteor/cmd.BuildDate={{.Date}}
30
- goos: ["linux", "windows"]
+ goos: ["linux", "windows", "darwin"]
31
goarch: [amd64, arm64] # skip goarch 386 and arm due to conflicts with "github.com/blastrain/vitess-sqlparser" library
32
env:
33
- CGO_ENABLED=0
0 commit comments