goreleaser: Build OpenBSD binaries.

This commit is contained in:
Andrew Starr-Bochicchio 2020-12-03 10:16:12 -05:00
parent 3fc7257762
commit 2eb462a31a
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@ builds:
- windows
- linux
- darwin
- openbsd
goarch:
- amd64
- '386'
@ -27,6 +28,10 @@ builds:
ignore:
- goos: darwin
goarch: '386'
- goos: openbsd
goarch: arm
- goos: openbsd
goarch: arm64
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip