File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1- # This is an example goreleaser.yaml file with some sane defaults.
1+ # This is an example goreleaser.yaml file with some defaults.
22# Make sure to check the documentation at http://goreleaser.com
33env :
44 - CGO_ENABLED=0
@@ -30,6 +30,9 @@ builds:
3030 ldflags :
3131 - ' -s -w -X {{ .ModulePath }}/version.Version={{.Version}} -X {{ .ModulePath }}/version.VersionPrerelease= '
3232 goos :
33+ - netbsd
34+ - solaris
35+ - openbsd
3336 - freebsd
3437 - windows
3538 - linux
@@ -40,6 +43,8 @@ builds:
4043 - arm
4144 - arm64
4245 ignore :
46+ - goos : openbsd
47+ goarch : arm64
4348 - goos : darwin
4449 goarch : ' 386'
4550 - goos : linux
@@ -65,13 +70,6 @@ signs:
6570 - " ${signature}"
6671 - " --detach-sign"
6772 - " ${artifact}"
68- release :
69- # If you want to manually examine the release before its live, uncomment this line:
70- # draft: true
71- # As part of the release doc files are included as a separate deliverable for consumption by Packer.io.
72- # To include a separate docs.zip uncomment the extra_files config and the docs.zip command hook above.
73- extra_files :
74- - glob : ./docs.zip
7573
7674changelog :
77- skip : true
75+ use : github-native
You can’t perform that action at this time.
0 commit comments