Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ builds:
goarch:
- amd64
- arm64
ldflags: &common-ldflags
- -s
- -w
- -X github.com/arran4/gocdm/cli.Version={{.Version}}
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jules isn't this redundant now?

overrides:
- goos: linux
goarch: arm64
Expand All @@ -30,6 +34,7 @@ builds:
goarch:
- amd64
- arm64
ldflags: *common-ldflags
archives:
- id: gocdm
files:
Expand Down
Loading