From 067f8c9b7910486de7f6d62d55eefb9368cbc72a Mon Sep 17 00:00:00 2001 From: jshlbrd Date: Sat, 14 Dec 2024 09:12:53 -0800 Subject: [PATCH] chore: Lowercase Archive Labels --- .goreleaser.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index feaa2fb8..97d3ef23 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -8,6 +8,7 @@ builds: - env: - CGO_ENABLED=0 goos: + # - linux - darwin goarch: - amd64 @@ -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