goreleaser: don't upx compress Linux MIPS bianries
This commit is contained in:
parent
a5d18ef24c
commit
fa749f3b45
@ -22,15 +22,10 @@ builds:
|
||||
- amd64
|
||||
- arm
|
||||
- arm64
|
||||
- mips
|
||||
- mipsle
|
||||
goarm:
|
||||
- 5
|
||||
- 6
|
||||
- 7
|
||||
gomips:
|
||||
- hardfloat
|
||||
- softfloat
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
@ -77,6 +72,8 @@ builds:
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
- mips
|
||||
- mipsle
|
||||
- mips64
|
||||
- mips64le
|
||||
gomips:
|
||||
|
Loading…
Reference in New Issue
Block a user