Skip to content

Commit

Permalink
chore: fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Aug 4, 2023
1 parent cd5c1ba commit 9c15903
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ builds:
- windows
ignore:
- goos: darwin
goarch: 386
goarch: "386"
archives:
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
replacements:
darwin: mac
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 9c15903

Please sign in to comment.