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 cf20d27
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ builds:
goarch:
- amd64
archives:
- replacements:
amd64: 64-bit
386: 32-bit
darwin: macos
- id: default
name_template: >-
{{- .ProjectName }}_
{{- .Version }}_
{{- if eq .Os "darwin" }}macos_
{{- else }}{{ .Os }}_{{ end }}
{{- if eq .Arch "amd64" }}64-bit
{{- else if eq .Arch "386" }}i386
{{- else if eq .Arch "darwin" }}apple
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit cf20d27

Please sign in to comment.