We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bb5d1 commit 2aed908Copy full SHA for 2aed908
.goreleaser/mac.yml
@@ -17,6 +17,15 @@ builds:
17
- darwin
18
goarch:
19
- amd64
20
+ - id: hookdeck-darwin-arm
21
+ ldflags:
22
+ - -s -w -X github.com/hookdeck/hookdeck-cli/pkg/version.Version={{.Version}}
23
+ binary: hookdeck
24
+ main: ./main.go
25
+ goos:
26
+ - darwin
27
+ goarch:
28
+ - arm64
29
archives:
30
- replacements:
31
darwin: mac-os
0 commit comments