Skip to content

Commit

Permalink
Merge pull request #144 from suzuki-shunsuke/chore/fix-goreleaser
Browse files Browse the repository at this point in the history
chore: fix GoReleaser's deprecated config.
  • Loading branch information
showwin authored Aug 24, 2023
2 parents b55ef77 + b6ae338 commit 6569ad3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,9 @@ builds:
- hardfloat
- softfloat
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
openbsd: OpenBSD
386: i386
amd64: x86_64
- name_template: >-
{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "openbsd" }}OpenBSD{{ else }}{{ title .Os }}{{ end }}_{{ if eq .Arch "386" }}i386{{ else if eq .Arch "amd64" }}x86_64{{ else }}{{ .Arch }}{{ end }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 6569ad3

Please sign in to comment.