Skip to content

Commit

Permalink
Merge pull request #47 from oliverbr/arm64-builds
Browse files Browse the repository at this point in the history
add arm64 to goreleaser builds
  • Loading branch information
mr-karan authored Sep 5, 2022
2 parents 1b1b826 + c205a51 commit 715c6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ builds:
- linux
goarch:
- amd64
- arm64
ldflags:
- -s -w -X "main.buildString={{ .Tag }} ({{ .ShortCommit }} {{ .Date }})"
dir: ./cmd/
Expand Down

0 comments on commit 715c6f6

Please sign in to comment.