From 4736f764f2338effa1486d7de6a84de21e3e6533 Mon Sep 17 00:00:00 2001 From: Scott Crooks Date: Sat, 10 Oct 2020 22:44:14 +0200 Subject: [PATCH 1/2] chore(goreleaser): fixing brew github deprecation The 'github' keyword was replaced by the more generic 'tap' keyword. See here: https://goreleaser.com/deprecations/#brewsgithub --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6c51c15..8107be8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -39,7 +39,7 @@ nfpms: - rpm brews: - - github: + - tap: owner: norwoodj name: homebrew folder: Formula From 6e0311db5e2a17fe3d5a262a5645035c6ab73202 Mon Sep 17 00:00:00 2001 From: Scott Crooks Date: Sat, 10 Oct 2020 22:45:18 +0200 Subject: [PATCH 2/2] 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