Skip to content

Commit

Permalink
fix(): disable goarm for linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
le-vlad committed Dec 25, 2023
1 parent 2fe682c commit af2a4e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ builds:
- amd64
- arm
ignore:
- goos: darwin
goarch: 386
- goos: linux
goarch: arm
goarm: 7
- goos: linux
goarch: arm
goarm: 6
- goarm: mips64
gomips: hardfloat

Expand Down

0 comments on commit af2a4e2

Please sign in to comment.