Skip to content

Commit 0349e40

Browse files
authored
binaries: Add MIPS arch. (#1179)
1 parent 1a82eff commit 0349e40

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.goreleaser.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,17 @@ builds:
2323
- 386
2424
- arm
2525
- arm64
26+
- mips
27+
- mipsle
28+
- mips64
29+
- mips64le
2630
goarm:
2731
- 7
2832
- 6
2933
- 5
34+
gomips:
35+
- hardfloat
36+
- softfloat
3037

3138
ignore:
3239
- goos: darwin
@@ -36,7 +43,7 @@ builds:
3643

3744
archives:
3845
- id: lego
39-
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
46+
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
4047
format: tar.gz
4148
format_overrides:
4249
- goos: windows

0 commit comments

Comments
 (0)