Skip to content

Commit

Permalink
fix: nfpm replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored and bep committed Jul 9, 2018
1 parent bfc3488 commit e1a052e
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 @@ -29,6 +29,18 @@ nfpm:
maintainer: "Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>"
description: "A Fast and Flexible Static Site Generator built with love in GoLang."
license: "Apache 2.0"
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD
archive:
format: tar.gz
format_overrides:
Expand Down

0 comments on commit e1a052e

Please sign in to comment.