Skip to content

Commit

Permalink
Merge pull request #26 from aris-bunnyshell/fix/goreleaser-replacements
Browse files Browse the repository at this point in the history
fix: remove goreleaser archives.replacements
  • Loading branch information
aris-bunnyshell authored Jan 9, 2024
2 parents c678732 + 5586d0c commit 9d5b6ed
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ builds:
mod_timestamp: '{{ .CommitTimestamp }}'

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 }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 9d5b6ed

Please sign in to comment.