Skip to content

Commit

Permalink
Attempt fix universal binaries and release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Jul 23, 2023
1 parent 9b9d147 commit 4e460f2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ builds:
- amd64
- arm64
universal_binaries:
- replace: true
-
ids:
- darwin-build
replace: true
archives:
- name_template: >-
{{ .ProjectName }}_
{{ .RawVersion }}_
{{ .Tag }}_
{{- if eq .Os "darwin" }}mac_
{{- else }}{{- title .Os }}_{{end}}
{{- else }}{{- tolower .Os }}_{{end}}
{{- if eq .Arch "amd64" }}64-bit
{{- else if eq .Arch "386" }}32-bit
{{- else }}{{ .Arch }}{{ end }}
Expand Down

0 comments on commit 4e460f2

Please sign in to comment.