diff --git a/.goreleaser.yml b/.goreleaser.yml index f2429c3..9be4a14 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,4 @@ -# This is an example goreleaser.yaml file with some sane defaults. +# This is an example goreleaser.yaml file with some defaults. # Make sure to check the documentation at http://goreleaser.com env: - CGO_ENABLED=0 @@ -30,6 +30,9 @@ builds: ldflags: - '-s -w -X {{ .ModulePath }}/version.Version={{.Version}} -X {{ .ModulePath }}/version.VersionPrerelease= ' goos: + - netbsd + - solaris + - openbsd - freebsd - windows - linux @@ -40,6 +43,8 @@ builds: - arm - arm64 ignore: + - goos: openbsd + goarch: arm64 - goos: darwin goarch: '386' - goos: linux @@ -65,13 +70,6 @@ signs: - "${signature}" - "--detach-sign" - "${artifact}" -release: - # If you want to manually examine the release before its live, uncomment this line: - # draft: true - # As part of the release doc files are included as a separate deliverable for consumption by Packer.io. - # To include a separate docs.zip uncomment the extra_files config and the docs.zip command hook above. - extra_files: - - glob: ./docs.zip changelog: - skip: true + use: github-native \ No newline at end of file