Skip to content

Commit

Permalink
Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yarlson authored Oct 19, 2024
1 parent 6bb5bc8 commit 6359518
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ builds:
- arm64
ldflags:
- -s -w -X main.version={{.Version}}

env:
- CGO_ENABLED=0

archives:
- id: release_archive
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit 6359518

Please sign in to comment.