Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Update release target.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed May 8, 2017
1 parent 428745a commit 22770e8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,24 @@ build:
- windows
- darwin
- linux
goarch:
- amd64
- 386
- arm
- arm64
archive:
format_overrides:
- goos: windows
format: zip
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}_{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: mac
linux: linux
windows: windows
brew:
github:
owner: qvl
Expand Down

0 comments on commit 22770e8

Please sign in to comment.