Skip to content

Commit

Permalink
fix(go): Update goreleaser config (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan authored Aug 24, 2023
1 parent 922809e commit 580c1ed
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions clients/go/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ before:
builds:
- skip: true
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 580c1ed

Please sign in to comment.