From 503beb1d6a255fd7749eb8f9745adf443f611c95 Mon Sep 17 00:00:00 2001 From: Andrey Novikov Date: Fri, 23 Apr 2021 13:52:40 +0300 Subject: [PATCH] Update goreleaser config: explicitly declare architectures --- .goreleaser.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4cba0521..21dd0927 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,6 +9,10 @@ builds: - linux - darwin - windows + goarch: + - amd64 + - "386" + - arm64 archives: - id: lefthook format: gz @@ -39,8 +43,8 @@ changelog: brews: - - github: - owner: Arkweid + tap: + owner: evilmartians name: homebrew-lefthook homepage: "https://github.com/evilmartians/lefthook" description: "Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows"