Skip to content

Commit

Permalink
chore: Lowercase Archive Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd committed Dec 14, 2024
1 parent 3b5c7a7 commit 067f8c9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ builds:
- env:
- CGO_ENABLED=0
goos:
# - linux
- darwin
goarch:
- amd64
Expand All @@ -24,15 +25,11 @@ archives:
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
changelog:
sort: asc
Expand Down

0 comments on commit 067f8c9

Please sign in to comment.