Skip to content

Commit c63ed06

Browse files
authored
Merge pull request #535 from digitalocean/asb/issues/533
goreleaser: Build OpenBSD binaries.
2 parents 195af31 + 2eb462a commit c63ed06

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ builds:
1919
- windows
2020
- linux
2121
- darwin
22+
- openbsd
2223
goarch:
2324
- amd64
2425
- '386'
@@ -27,6 +28,10 @@ builds:
2728
ignore:
2829
- goos: darwin
2930
goarch: '386'
31+
- goos: openbsd
32+
goarch: arm
33+
- goos: openbsd
34+
goarch: arm64
3035
binary: '{{ .ProjectName }}_v{{ .Version }}'
3136
archives:
3237
- format: zip

0 commit comments

Comments
 (0)