Skip to content

Commit

Permalink
fix: remove deprecated field from goreleaser file (#213)
Browse files Browse the repository at this point in the history
* fix: remove deprecated field from goreleaser file

Signed-off-by: Siddhant N Trivedi <siddhant@deepsource.io>

* chore: add the full template

Signed-off-by: Siddhant N Trivedi <68370997+siddhant-deepsource@users.noreply.github.com>

---------

Signed-off-by: Siddhant N Trivedi <siddhant@deepsource.io>
Signed-off-by: Siddhant N Trivedi <68370997+siddhant-deepsource@users.noreply.github.com>
  • Loading branch information
siddhant-deepsource authored Jul 12, 2023
1 parent 460b10c commit 873fd33
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ builds:

archives:
-
replacements:
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 }}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 873fd33

Please sign in to comment.