commit 473b2fdc6801596ff75293b198cf907d89a0f7e9
parent df756fae914fe8de3b0d8a6794b1ea07856f5f61
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date: Mon, 27 Feb 2023 11:41:52 +0800
goreleaser: produce zip archives for windows
Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Diffstat:
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/.goreleaser.yml b/.goreleaser.yml
@@ -12,12 +12,9 @@ builds:
- windows
- darwin
archives:
- - replacements:
- darwin: Darwin
- linux: Linux
- windows: Windows
- 386: i386
- amd64: x86_64
+ - format_overrides:
+ - goos: windows
+ format: zip
checksum:
name_template: "checksums.txt"
snapshot: