mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
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
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ builds:
|
|||
goarm:
|
||||
- 6
|
||||
- 7
|
||||
gomips:
|
||||
- hardfloat
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
main: ./cmd/golangci-lint/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue