From eeb1d2b6744263f662a8b998df197ac7a461c11d Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 6 Aug 2019 17:03:09 +0300 Subject: [PATCH] Publish podinfo CLI to GitHub releases --- .goreleaser.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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*