Skip to content

Commit 4ff040d

Browse files
update goreleaser
1 parent d24f6fc commit 4ff040d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.goreleaser.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
33
env:
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

7674
changelog:
77-
skip: true
75+
use: github-native

0 commit comments

Comments
 (0)