Skip to content

Commit

Permalink
fix(ci): goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdavim committed May 31, 2024
1 parent 8f08117 commit 2473c6a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ builds:
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: >-
{{ .ProjectName }}_
{{- if eq .Os "Darwin" }}macos_
{{- else }}{{- tolower .Os }}_{{end}}
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}
{{ if .Arm }}v{{ .Arm }}{{ end }}
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit 2473c6a

Please sign in to comment.