Skip to content

Commit

Permalink
chore: disable 386 and arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury authored Aug 28, 2023
1 parent 97943be commit 6989ab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ builds:
- darwin
- linux
- windows
goarch:
- amd64
ldflags:
- -s -w -X main.name={{ path.Base . }} {{env.Getenv "LDFLAGS"}}
{{end}}

0 comments on commit 6989ab5

Please sign in to comment.