diff --git a/.goreleaser.yml b/.goreleaser.yml index 1b1436b..47b5030 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -10,12 +10,7 @@ builds: - amd64 env: - CGO_ENABLED=0 - ignore: - - goos: darwin - goarch: 386 - - goos: windows - goarch: 386 -archive: - name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" - files: - - none* +archives: + - name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + files: + - none*