From 6d3a3f7ff045299988a8e1c869f83f264e9f37ec Mon Sep 17 00:00:00 2001 From: Fabrizio Steiner Date: Wed, 27 Dec 2017 15:37:55 +0100 Subject: [PATCH] Crosscompile for windows. --- goreleaser.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/goreleaser.yml b/goreleaser.yml index fb82639..1fd04fc 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -13,6 +13,7 @@ build: # Defaults are darwin and linux goos: - linux + - windows # GOARCH to build in. # For more info refer to https://golang.org/doc/install/source#environment @@ -43,6 +44,10 @@ archive: darwin: macOS linux: linux + format_overrides: + - goos: windows + format: zip + # Additional files you want to add to the archive. # Defaults are any files matching `LICENCE*`, `LICENSE*`, # `README*` and `CHANGELOG*` (case-insensitive)