Skip to content

Commit

Permalink
Update goreleaser configuration
Browse files Browse the repository at this point in the history
Ignore linux and arm64 was not my intention; just the combination of
both.
  • Loading branch information
rnaveiras committed Jun 15, 2023
1 parent 62d6d38 commit d9fd27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ builds:
- arm64
ignore:
- goos: linux
- goarch: arm64
goarch: arm64
ldflags: >
-X github.com/gocardless/theatre/cmd.Version={{.Version}}
-X github.com/gocardless/theatre/cmd.Commit={{.Commit}}
Expand Down

0 comments on commit d9fd27d

Please sign in to comment.