Skip to content

Commit 8396e53

Browse files
authored
fix: Goreleaser arm64 binary build mismatch (#56)
* fix: Goreleaser arm64 binary build mismatch * chore: Increment package.json version
1 parent 8beafba commit 8396e53

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

.goreleaser/linux.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@ builds:
2828
- linux
2929
goarch:
3030
- arm64
31-
- id: hookdeck-linux-arm
32-
ldflags:
33-
- -s -w -X github.com/hookdeck/hookdeck-cli/pkg/version.Version={{.Version}}
34-
binary: hookdeck
35-
env:
36-
- CGO_ENABLED=0
37-
main: ./main.go
38-
goos:
39-
- linux
40-
goarch:
41-
- arm
4231
changelog:
4332
sort: asc
4433
filters:
@@ -82,7 +71,7 @@ dockers:
8271
goarch: arm64
8372
ids:
8473
- hookdeck
85-
- hookdeck-linux-arm
74+
- hookdeck-linux-arm64
8675
image_templates:
8776
- "hookdeck/hookdeck-cli:latest-arm64"
8877
- "hookdeck/hookdeck-cli:{{ .Tag }}-arm64"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hookdeck-cli",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Hookdeck CLI",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)