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

Commit

Permalink
dist: update name template and replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jun 13, 2018
1 parent c26da66 commit e7bd0e2
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,7 @@ archive:
format_overrides:
- goos: windows
format: zip
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}-{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD
name_template: "{{.Binary}}-{{.Version}}-{{.Os}}-{{.Arch}}"
files:
- README.md
- LICENSE
Expand Down

0 comments on commit e7bd0e2

Please sign in to comment.