Skip to content

Commit dadbe98

Browse files
committed
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 <[email protected]>
1 parent 9b3e3cf commit dadbe98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ builds:
2525
goarm:
2626
- 6
2727
- 7
28+
gomips:
29+
- hardfloat
2830
env:
2931
- CGO_ENABLED=0
3032
main: ./cmd/golangci-lint/

0 commit comments

Comments
 (0)