Skip to content

Commit

Permalink
fix: Goreleaser arm64 binary build mismatch (#56)
Browse files Browse the repository at this point in the history
* fix: Goreleaser arm64 binary build mismatch

* chore: Increment package.json version
  • Loading branch information
alexluong authored Jul 12, 2023
1 parent 8beafba commit 8396e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .goreleaser/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ builds:
- linux
goarch:
- arm64
- id: hookdeck-linux-arm
ldflags:
- -s -w -X github.com/hookdeck/hookdeck-cli/pkg/version.Version={{.Version}}
binary: hookdeck
env:
- CGO_ENABLED=0
main: ./main.go
goos:
- linux
goarch:
- arm
changelog:
sort: asc
filters:
Expand Down Expand Up @@ -82,7 +71,7 @@ dockers:
goarch: arm64
ids:
- hookdeck
- hookdeck-linux-arm
- hookdeck-linux-arm64
image_templates:
- "hookdeck/hookdeck-cli:latest-arm64"
- "hookdeck/hookdeck-cli:{{ .Tag }}-arm64"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hookdeck-cli",
"version": "0.8.1",
"version": "0.8.2",
"description": "Hookdeck CLI",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8396e53

Please sign in to comment.