add missing mips option
Refer to https://golang.org/doc/install/source#environment and https://goreleaser.com/customization/#Builds, add `hardfloat` as default. Signed-off-by: Xiang Dai <764524258@qq.com>
This commit is contained in:
parent
9b3e3cfbc5
commit
dadbe98514
@ -25,6 +25,8 @@ builds:
|
|||||||
goarm:
|
goarm:
|
||||||
- 6
|
- 6
|
||||||
- 7
|
- 7
|
||||||
|
gomips:
|
||||||
|
- hardfloat
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
main: ./cmd/golangci-lint/
|
main: ./cmd/golangci-lint/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user