Replace deprecated 'archive' key with new 'archives' key (#129)

This commit is contained in:
meyermarcel 2019-05-10 20:58:53 +02:00 committed by Zack
parent c45d3c01e5
commit a23347a823
1 changed files with 22 additions and 21 deletions

View File

@ -41,27 +41,28 @@ nfpm:
netbsd: NetBSD netbsd: NetBSD
freebsd: FreeBSD freebsd: FreeBSD
dragonfly: DragonFlyBSD dragonfly: DragonFlyBSD
archive: archives:
format: tar.gz -
format_overrides: format: tar.gz
- goos: windows format_overrides:
format: zip - goos: windows
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}" format: zip
replacements: name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
amd64: 64bit replacements:
386: 32bit amd64: 64bit
arm: ARM 386: 32bit
arm64: ARM64 arm: ARM
darwin: macOS arm64: ARM64
linux: Linux darwin: macOS
windows: Windows linux: Linux
openbsd: OpenBSD windows: Windows
netbsd: NetBSD openbsd: OpenBSD
freebsd: FreeBSD netbsd: NetBSD
dragonfly: DragonFlyBSD freebsd: FreeBSD
files: dragonfly: DragonFlyBSD
- README.md files:
- LICENSE - README.md
- LICENSE
brew: brew:
github: github: