Skip to content

Commit

Permalink
build dist for arm (32)
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Oct 26, 2024
1 parent f393b06 commit a4dad0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,19 @@ builds:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
- arm
ignore:
- goos: linux
goarch: 386
- goos: windows
goarch: 386
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
#no_unique_dist_dir: true

upx:
Expand Down

0 comments on commit a4dad0d

Please sign in to comment.