Skip to content

Commit 9c15903

Browse files
committed
chore: fix goreleaser config
1 parent cd5c1ba commit 9c15903

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.goreleaser.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@ builds:
1212
- windows
1313
ignore:
1414
- goos: darwin
15-
goarch: 386
15+
goarch: "386"
1616
archives:
1717
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
18-
replacements:
19-
darwin: mac
20-
386: i386
21-
amd64: x86_64
2218
format_overrides:
2319
- goos: windows
2420
format: zip

0 commit comments

Comments
 (0)