From a3ea19be8efadfa36dccbe83ca0487701d00f208 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 8 Jan 2020 22:48:35 +1100 Subject: update to new goreleaser schema --- .goreleaser.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '.goreleaser.yml') diff --git a/.goreleaser.yml b/.goreleaser.yml index c02fb0c67..1fbb79ad3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -17,16 +17,16 @@ builds: ldflags: - -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.buildSource=binaryRelease -archive: - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: 32-bit - amd64: x86_64 - format_overrides: - - goos: windows - format: zip +archives: + - replacements: + darwin: Darwin + linux: Linux + windows: Windows + 386: 32-bit + amd64: x86_64 + format_overrides: + - goos: windows + format: zip checksum: name_template: 'checksums.txt' snapshot: -- cgit v1.2.3