Skip to content

Commit dd181e7

Browse files
authored
build: add darwin release
1 parent fb7e93a commit dd181e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ builds:
2727
- -X github.com/raystack/meteor/cmd.Version={{.Tag}}
2828
- -X github.com/raystack/meteor/cmd.BuildCommit={{.FullCommit}}
2929
- -X github.com/raystack/meteor/cmd.BuildDate={{.Date}}
30-
goos: ["linux", "windows"]
30+
goos: ["linux", "windows", "darwin"]
3131
goarch: [amd64, arm64] # skip goarch 386 and arm due to conflicts with "github.com/blastrain/vitess-sqlparser" library
3232
env:
3333
- CGO_ENABLED=0

0 commit comments

Comments
 (0)