Skip to content

Commit

Permalink
update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
y-hatano-github committed Oct 7, 2021
1 parent f784e5a commit 60dde12
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@ builds:
- -X main.Revision={{.ShortCommit}}
env:
- CGO_ENABLED=0
goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
replacements:
darwin: darwin
linux: linux
windows: windows
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
release:
prerelease: auto

0 comments on commit 60dde12

Please sign in to comment.