Skip to content

Commit

Permalink
update goreleaser to ignore linux_386 arch
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <[email protected]>
  • Loading branch information
zhuwenxing committed Sep 22, 2023
1 parent 8d80156 commit 1eb5996
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ builds:
goos:
- linux
- darwin
goarch:
- amd64
- arm64
ldflags:
- -w -s
- -X main.version={{ .Version }}
Expand Down

0 comments on commit 1eb5996

Please sign in to comment.