From 2b194531279b75de273d4bbab84c82073b84bcb9 Mon Sep 17 00:00:00 2001 From: Ezequiel Moreno Date: Thu, 13 Apr 2023 15:51:00 -0300 Subject: [PATCH] add arm64 release to support m1 (#258) Co-authored-by: Ezequiel Moreno Co-authored-by: Brian Flad --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9e60ee94..9fb3a65e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 @@ -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}}