From 6b0da85c7b3d08053c381743497b65944972fb8b Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Mon, 6 Mar 2023 14:31:24 -0600 Subject: [PATCH] :wrench: (goreleaser): Use default archive filenames --- .goreleaser.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9e7e241..dceb1bd 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -12,15 +12,6 @@ builds: - "7" archives: - format: tar.gz - # this name template makes the OS and Arch compatible with the results of uname. - name_template: >- - {{ .ProjectName }}_ - {{- .Version }}_ - {{- title .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