Skip to content

Commit

Permalink
Merge pull request #667 from LandonTClipp/goreleaser
Browse files Browse the repository at this point in the history
Fix goreleaser config deprecation
  • Loading branch information
LandonTClipp committed Jul 8, 2023
2 parents 3e0f93a + 0d3aeea commit 7a91185
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .goreleaser.yml
Expand Up @@ -18,12 +18,11 @@ builds:
- amd64
- arm64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: >-
{{ .ProjectName }}_{{ .Version }}_{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
files:
- README.md
- LICENSE
Expand Down

0 comments on commit 7a91185

Please sign in to comment.