From 0c55af5ef807ec5689ca0755e4d3c1891e9979be Mon Sep 17 00:00:00 2001 From: Naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Mon, 9 Aug 2021 14:22:02 -0500 Subject: [PATCH] :sparkles: Scorecard builds for osx arm64 (#824) Removed the arm64 ignore from goreleaser --- .goreleaser.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b767bfe9495..1ded4664672 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,8 +14,6 @@ builds: ignore: - goos: darwin goarch: 386 - - goos: darwin - goarch: arm64 # CI should set VERSION_LDFLAGS to the output of ./scripts/version_ldflags ldflags: - -s -w {{.Env.VERSION_LDFLAGS}}