From 6d20c9a13504cf0457887fbaafd4a2d30684feb0 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 29 Mar 2022 19:42:04 +0200 Subject: [PATCH] feat: build darwin arm64 --- src/.goreleaser.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/.goreleaser.yml b/src/.goreleaser.yml index b2d322bc..f4382cec 100644 --- a/src/.goreleaser.yml +++ b/src/.goreleaser.yml @@ -35,8 +35,6 @@ builds: goarch: arm - goos: windows goarch: arm - - goos: darwin - goarch: arm64 hooks: post: - sh -c "cosign sign-blob --key $COSIGN_KEY_LOCATION {{ .Path }} > dist/{{ .Name }}.sig"