Skip to content

Commit

Permalink
Fixed GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop committed Jun 29, 2023
1 parent 26fd4f4 commit d94c811
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ archives:
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else if eq .Arch "arm" }}{{ .Arch }}{{ .Arm }}
{{- else }}{{ .Arch }}{{ end }}
checksum:
Expand Down Expand Up @@ -55,7 +56,8 @@ nfpms:
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- else if eq .Arch "arm" }}{{ .Arch }}{{ .Arm }}
{{- else }}{{ .Arch }}{{ end }}
brews:
- tap:
Expand Down

0 comments on commit d94c811

Please sign in to comment.