From 22d938819855334a1c6e399b4ce68f8f984749ee Mon Sep 17 00:00:00 2001 From: Jeremy Udit Date: Wed, 17 Feb 2021 19:42:26 -0500 Subject: [PATCH] temporarily ignore `darwin/arm64` to unblock releases /cc https://github.com/integrations/terraform-provider-github/issues/695 --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 77d63556d8..3158651efa 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -26,6 +26,8 @@ builds: - arm - arm64 ignore: + - goos: darwin + goarch: arm64 - goos: darwin goarch: '386' binary: '{{ .ProjectName }}_v{{ .Version }}'