Skip to content

Commit bf89a0e

Browse files
committed
goreleaser: replacements is removed
1 parent 0bb361a commit bf89a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ builds:
99
main: main.go
1010
goos:
1111
- linux
12+
goarch:
13+
- amd64
1214
archives:
1315
- format: tar.gz
1416
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
15-
replacements:
16-
amd64: x86_64
1717
checksum:
1818
name_template: 'checksums.txt'
1919
snapshot:

0 commit comments

Comments
 (0)