Skip to content

Commit

Permalink
Merge pull request #392 from chenrui333/patch-1
Browse files Browse the repository at this point in the history
goreleaser: fix version output and support arm64 builds
  • Loading branch information
MartinezAvellan authored Dec 18, 2024
2 parents 99b284a + 69b64ff commit 5d08ac6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ builds:
- windows
goarch:
- amd64
- arm64
goarm:
- "6"
ignore:
- goos: windows
goarch: arm64
ldflags:
- -s -w # Flags to reduce binary size
- -s -w -X github.com/LerianStudio/midaz/components/mdz/pkg/environment.Version={{.Version}}

archives:
- id: "mdz"
Expand Down

0 comments on commit 5d08ac6

Please sign in to comment.