Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
Update release targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed May 8, 2017
1 parent 5c6bc0a commit 10a4353
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 10a4353

Please sign in to comment.