Skip to content

Commit

Permalink
Update goreleaser config: explicitly declare architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Apr 23, 2021
1 parent 7b44ebf commit 503beb1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ builds:
- linux
- darwin
- windows
goarch:
- amd64
- "386"
- arm64
archives:
- id: lefthook
format: gz
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 503beb1

Please sign in to comment.