Skip to content

Commit

Permalink
Update goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcat committed Oct 29, 2023
1 parent 5ff3550 commit 322a7d2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ builds:
goarch:
- amd64
archives:
- replacements:
amd64: 64-bit
386: 32-bit
darwin: macos
- id: default
name_template: >-
{{- .ProjectName }}_
{{- .Version }}_
{{- .Os }}_
{{- if eq .Arch "amd64" }}64-bit
{{- else if eq .Arch "386" }}i386
{{- else if eq .Arch "darwin" }}macos
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 322a7d2

Please sign in to comment.