We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 195af31 + 2eb462a commit c63ed06Copy full SHA for c63ed06
1 file changed
.goreleaser.yml
@@ -19,6 +19,7 @@ builds:
19
- windows
20
- linux
21
- darwin
22
+ - openbsd
23
goarch:
24
- amd64
25
- '386'
@@ -27,6 +28,10 @@ builds:
27
28
ignore:
29
- goos: darwin
30
goarch: '386'
31
+ - goos: openbsd
32
+ goarch: arm
33
34
+ goarch: arm64
35
binary: '{{ .ProjectName }}_v{{ .Version }}'
36
archives:
37
- format: zip
0 commit comments