Skip to content

Commit

Permalink
goreleaser: don't upx compress Linux MIPS bianries
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie committed Jul 8, 2022
1 parent a5d18ef commit fa749f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,10 @@ builds:
- amd64
- arm
- arm64
- mips
- mipsle
goarm:
- 5
- 6
- 7
gomips:
- hardfloat
- softfloat
ignore:
- goos: darwin
goarch: 386
Expand Down Expand Up @@ -77,6 +72,8 @@ builds:
goos:
- linux
goarch:
- mips
- mipsle
- mips64
- mips64le
gomips:
Expand Down

0 comments on commit fa749f3

Please sign in to comment.