From bac3ae9dd340dc726ea1b7dbc74164d585e816d1 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 26 Oct 2022 21:13:00 +0200 Subject: [PATCH] feat(build): support Windows binaries --- .goreleaser.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 072a0c00..95abc677 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,13 +7,10 @@ before: builds: - env: - CGO_ENABLED=0 -archives: - - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 + goos: + - windows + - linux + - darwin checksum: name_template: "checksums.txt" snapshot: