Skip to content

Commit

Permalink
Fixed name collision on mips builds
Browse files Browse the repository at this point in the history
  • Loading branch information
UnAfraid committed Sep 7, 2023
1 parent 41843f3 commit 2d5a908
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ builds:
- mipsle
- mips64
- mips64le
gomips:
- softfloat
- hardfloat
- id: docker-release
binary: app
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -extldflags "-static"
Expand Down Expand Up @@ -76,6 +79,10 @@ archives:
{{ .ProjectName }}_
{{- title .Os }}_
{{- .Arch }}
{{- if eq .Arch "mips" }}_{{- title .Mips }}{{ end }}
{{- if eq .Arch "mipsle" }}_{{- title .Mips }}{{ end }}
{{- if eq .Arch "mips64" }}_{{- title .Mips }}{{ end }}
{{- if eq .Arch "mips64le" }}_{{- title .Mips }}{{ end }}
builds:
- release
files:
Expand Down

0 comments on commit 2d5a908

Please sign in to comment.