Skip to content

Commit c85980d

Browse files
committed
chore: Add ARM64 build for Linux
1 parent 3516f97 commit c85980d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.goreleaser/linux.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ builds:
1717
- linux
1818
goarch:
1919
- amd64
20+
- id: hookdeck-linux-arm64
21+
ldflags:
22+
- -s -w -X github.com/hookdeck/hookdeck-cli/pkg/version.Version={{.Version}}
23+
binary: hookdeck
24+
env:
25+
- CGO_ENABLED=0
26+
main: ./main.go
27+
goos:
28+
- linux
29+
goarch:
30+
- arm64
2031
- id: hookdeck-linux-arm
2132
ldflags:
2233
- -s -w -X github.com/hookdeck/hookdeck-cli/pkg/version.Version={{.Version}}

0 commit comments

Comments
 (0)