Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Aug 12, 2023
1 parent 7418c98 commit e252740
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ builds:
- darwin
- windows
goarch:
- "386"
- amd64
- arm64
ignore:
Expand Down Expand Up @@ -55,15 +56,9 @@ changelog:

archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
- goos: windows
format: zip

brews:
- tap:
Expand Down

0 comments on commit e252740

Please sign in to comment.