Skip to content

Commit

Permalink
add arm64 release to support m1 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: Ezequiel Moreno <[email protected]>
Co-authored-by: Brian Flad <[email protected]>
  • Loading branch information
3 people authored Apr 13, 2023
1 parent 56f6b4f commit 2b19453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ builds:
goarch:
- amd64
- 386
- arm64
ldflags:
- -s -w -X github.com/bflad/tfproviderlint/version.Version={{.Version}} -X github.com/bflad/tfproviderlint/version.VersionPrerelease= -X github.com/bflad/tfproviderlint/version.GitCommit={{.ShortCommit}}
main: ./cmd/tfproviderlint
Expand All @@ -47,6 +48,7 @@ builds:
goarch:
- amd64
- 386
- arm64
id: tfproviderlintx
ldflags:
- -s -w -X github.com/bflad/tfproviderlint/version.Version={{.Version}} -X github.com/bflad/tfproviderlint/version.VersionPrerelease= -X github.com/bflad/tfproviderlint/version.GitCommit={{.ShortCommit}}
Expand Down

0 comments on commit 2b19453

Please sign in to comment.