Skip to content

Commit

Permalink
chore: skip building goarch 386
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartJingga committed Nov 8, 2021
1 parent fb9a66f commit 9381727
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 @@ -19,7 +19,7 @@ builds:
- -X github.com/odpf/meteor/cmd.BuildCommit={{.FullCommit}}
- -X github.com/odpf/meteor/cmd.BuildDate={{.Date}}
goos: [darwin, linux, windows]
goarch: [amd64, 386, arm, arm64]
goarch: [amd64, arm, arm64] # skip goarch 386 due to conflicts with "github.com/blastrain/vitess-sqlparser" library
env:
- CGO_ENABLED=0

Expand Down

0 comments on commit 9381727

Please sign in to comment.