Skip to content

Commit 14565ed

Browse files
committed
💫 A
modified: .goreleaser.yml
1 parent 3e135c2 commit 14565ed

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.goreleaser.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ archives:
1717
format_overrides:
1818
- goos: windows
1919
format: zip
20-
replacements:
21-
darwin: Darwin
22-
linux: Linux
23-
amd64: x86_64
20+
name_template: >-
21+
{{ .ProjectName }}_
22+
{{- title .Os }}_
23+
{{- if eq .Arch "amd64" }}x86_64
24+
{{- else if eq .Arch "386" }}i386
25+
{{- else }}{{ .Arch }}{{ end }}
2426
2527
dockers:
2628
- image_templates:

0 commit comments

Comments
 (0)