We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8beafba commit 8396e53Copy full SHA for 8396e53
2 files changed
.goreleaser/linux.yml
@@ -28,17 +28,6 @@ builds:
28
- linux
29
goarch:
30
- 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
42
changelog:
43
sort: asc
44
filters:
@@ -82,7 +71,7 @@ dockers:
82
71
goarch: arm64
83
72
ids:
84
73
- hookdeck
85
- - hookdeck-linux-arm
74
+ - hookdeck-linux-arm64
86
75
image_templates:
87
76
- "hookdeck/hookdeck-cli:latest-arm64"
88
77
- "hookdeck/hookdeck-cli:{{ .Tag }}-arm64"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hookdeck-cli",
3
- "version": "0.8.1",
+ "version": "0.8.2",
4
"description": "Hookdeck CLI",
5
"repository": {
6
"type": "git",
0 commit comments