Skip to content

Commit

Permalink
add 32bit arm build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgl committed May 6, 2024
1 parent 6fccd77 commit 1b5b7af
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 @@ -8,14 +8,23 @@ builds:
goarch:
- amd64
- 386
- arm
- arm64
- s390x
- ppc64le
goarm:
- 5
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: arm64
- goos: darwin
goarch: arm
- goos: windows
goarch: arm
- goos: darwin
goarch: s390x
- goos: windows
Expand Down

0 comments on commit 1b5b7af

Please sign in to comment.