Skip to content

Commit 904bd99

Browse files
committed
goreleaser: drop replacements
Addressing: • starting release... ⨯ release failed after 0s error=yaml: unmarshal errors: line 27: field replacements not found in type config.Archive line 54: field replacements not found in type config.NFPM
1 parent 3f46dba commit 904bd99

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.goreleaser.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ builds:
2424
- arm64
2525

2626
archives:
27-
- replacements:
28-
darwin: macOS
29-
linux: Linux
30-
windows: Windows
31-
386: i386
32-
amd64: x86_64
33-
3427
format_overrides:
3528
- goos: windows
3629
format: zip
@@ -51,11 +44,6 @@ nfpms:
5144
- id: gocomply_xsd2go
5245

5346
file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Release }}.{{ .Arch }}"
54-
replacements:
55-
386: i686
56-
amd64: x86_64
57-
arm: aarch32
58-
arm64: aarch64
5947

6048
formats:
6149
- deb

0 commit comments

Comments
 (0)