From 6e0311db5e2a17fe3d5a262a5645035c6ab73202 Mon Sep 17 00:00:00 2001 From: Scott Crooks Date: Sat, 10 Oct 2020 22:45:18 +0200 Subject: [PATCH] fix(goreleaser): adding more os and arch types --- .goreleaser.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8107be8..9dc460e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,6 +6,17 @@ builds: - main: ./cmd/helm-docs env: - CGO_ENABLED=0 + goarch: + - amd64 + - arm + - arm64 + goarm: + - 6 + - 7 + goos: + - darwin + - linux + - windows archives: - replacements: darwin: Darwin