Skip to content

Commit

Permalink
fix: goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Feb 27, 2025
1 parent 18b76ce commit 6f04b34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1
version: 2

before:
hooks:
Expand All @@ -15,10 +15,10 @@ builds:
- -s -w -X main.Version={{ .Version }} -X main.builtBy=goreleaser

archives:
- format: binary
- formats: binary
name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 6f04b34

Please sign in to comment.