goreleaser: don't upx compress Linux MIPS bianries

This commit is contained in:
Maddie Zhan 2022-07-09 00:54:04 +08:00
parent a5d18ef24c
commit fa749f3b45

View File

@ -22,15 +22,10 @@ builds:
- amd64 - amd64
- arm - arm
- arm64 - arm64
- mips
- mipsle
goarm: goarm:
- 5 - 5
- 6 - 6
- 7 - 7
gomips:
- hardfloat
- softfloat
ignore: ignore:
- goos: darwin - goos: darwin
goarch: 386 goarch: 386
@ -77,6 +72,8 @@ builds:
goos: goos:
- linux - linux
goarch: goarch:
- mips
- mipsle
- mips64 - mips64
- mips64le - mips64le
gomips: gomips: