Skip to content

Commit

Permalink
binaries: Add MIPS arch. (go-acme#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Jun 3, 2020
1 parent 1a82eff commit 0349e40
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,17 @@ builds:
- 386
- arm
- arm64
- mips
- mipsle
- mips64
- mips64le
goarm:
- 7
- 6
- 5
gomips:
- hardfloat
- softfloat

ignore:
- goos: darwin
Expand All @@ -36,7 +43,7 @@ builds:

archives:
- id: lego
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
format: tar.gz
format_overrides:
- goos: windows
Expand Down

0 comments on commit 0349e40

Please sign in to comment.