diff --git a/.goreleaser.yml b/.goreleaser.yml index 6a0bb9e8..ef13e3dc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -24,17 +24,19 @@ build: - 6 - 7 ignore: + - goos: darwin + goarch: 386 - goos: openbsd goarch: arm - goarm: 6 - goos: freebsd goarch: arm - goarm: 6 - - goos: linux - goarch: arm64 + - goos: netbsd + goarch: arm + - goos: solaris + goarch: arm archive: - name_template: "{{.Os}}-{{.Arch}}-{{ .ProjectName }}" + name_template: "{{.Os}}-{{.Arch}}{{if .Arm}}v{{.Arm}}{{end}}-{{ .ProjectName }}" format: tar.gz format_overrides: - goos: windows