goreleaser target freebsd/amd64

This commit is contained in:
Phil Pennock
2020-11-23 11:42:38 -05:00
committed by Phil Pennock
parent bc6c433142
commit 33e1602111

View File

@@ -22,6 +22,7 @@ builds:
- darwin
- linux
- windows
- freebsd
goarch:
- amd64
- arm
@@ -33,6 +34,12 @@ builds:
ignore:
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm
- goos: freebsd
goarch: arm64
- goos: freebsd
goarch: 386
nfpms:
- file_name_template: '{{.ProjectName}}-{{.Tag}}-{{.Arch}}{{if .Arm}}{{.Arm}}{{end}}'