Skip to content

Commit 9381727

Browse files
committed
chore: skip building goarch 386
1 parent fb9a66f commit 9381727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ builds:
1919
- -X github.com/odpf/meteor/cmd.BuildCommit={{.FullCommit}}
2020
- -X github.com/odpf/meteor/cmd.BuildDate={{.Date}}
2121
goos: [darwin, linux, windows]
22-
goarch: [amd64, 386, arm, arm64]
22+
goarch: [amd64, arm, arm64] # skip goarch 386 due to conflicts with "github.com/blastrain/vitess-sqlparser" library
2323
env:
2424
- CGO_ENABLED=0
2525

0 commit comments

Comments
 (0)