We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a82eff commit 0349e40Copy full SHA for 0349e40
.goreleaser.yml
@@ -23,10 +23,17 @@ builds:
23
- 386
24
- arm
25
- arm64
26
+ - mips
27
+ - mipsle
28
+ - mips64
29
+ - mips64le
30
goarm:
31
- 7
32
- 6
33
- 5
34
+ gomips:
35
+ - hardfloat
36
+ - softfloat
37
38
ignore:
39
- goos: darwin
@@ -36,7 +43,7 @@ builds:
43
44
archives:
45
- id: lego
- 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 }}'
40
47
format: tar.gz
41
48
format_overrides:
42
49
- goos: windows
0 commit comments