Skip to content

Commit

Permalink
Merge pull request #535 from digitalocean/asb/issues/533
Browse files Browse the repository at this point in the history
goreleaser: Build OpenBSD binaries.
  • Loading branch information
scotchneat committed Dec 3, 2020
2 parents 195af31 + 2eb462a commit c63ed06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ builds:
- windows
- linux
- darwin
- openbsd
goarch:
- amd64
- '386'
Expand All @@ -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
Expand Down

0 comments on commit c63ed06

Please sign in to comment.