From 79542427965dcf1eb1d542f83733119ef830031b Mon Sep 17 00:00:00 2001 From: Wim Date: Tue, 1 Sep 2020 19:11:19 +0200 Subject: [PATCH] Fix goreleaser --- .goreleaser.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index d57e39f3..bb42d7ba 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,14 +21,18 @@ builds: ldflags: - -s -w -X main.githash={{.ShortCommit}} -archive: - name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" - format: binary - files: - - none* - replacements: - 386: 32bit - amd64: 64bit +archives: + - + id: matterircd + builds: + - matterircd + name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" + format: binary + files: + - none* + replacements: + 386: 32bit + amd64: 64bit checksum: name_template: 'checksums.txt'