Skip to content

Commit

Permalink
fix: add win32 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed May 22, 2023
1 parent 2b0f469 commit 7369430
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ builds:
goarch:
- amd64
- arm64
- 386
ignore:
- goos: darwin
goarch: 386
- goos: linux
goarch: 386
- goos: freebsd
goarch: 386
ldflags:
- -s -w -X github.com/evilmartians/lefthook/internal/version.commit={{.Commit}}
archives:
Expand Down Expand Up @@ -52,6 +60,7 @@ changelog:
- '^spec:'
- '^tmp:'
- '^context:'
- '^\d\.\d\.\d:'

snapcrafts:
-
Expand Down

0 comments on commit 7369430

Please sign in to comment.