Skip to content

Commit

Permalink
add support for arm binaries (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
navanchauhan committed Mar 21, 2023
1 parent c668523 commit eb1d4a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Expand Up @@ -18,6 +18,11 @@ builds:
- netbsd
goarch:
- amd64
- arm64
- arm
goarm:
- 6
- 7
ldflags:
- -s -w -X "main.buildString={{ .Tag }} ({{ .ShortCommit }} {{ .Date }})" -X "main.versionString={{ .Tag }}"

Expand Down

0 comments on commit eb1d4a3

Please sign in to comment.