Skip to content

Commit 743b8da

Browse files
committed
No need to explicitly codesign darwin/arm64 binary
See golang/go#42684.
1 parent 1751adc commit 743b8da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.cirrus.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ apple_silicon: &APPLE_SILICON_BUILD
5252
- gotip version
5353
build_script:
5454
- CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 gotip build -o cirrus-darwin-arm64 -ldflags "-X github.com/cirruslabs/cirrus-cli/internal/version.Version=$CIRRUS_TAG" cmd/cirrus/main.go
55-
sign_script:
56-
- codesign --sign - cirrus-darwin-arm64
5755

5856
task:
5957
name: Release Apple Silicon (Dry Run)

0 commit comments

Comments
 (0)