From 3fd45121a34560f4ec1cfc07b2e2d5f97e879453 Mon Sep 17 00:00:00 2001 From: martezr Date: Tue, 13 Aug 2019 22:29:51 -0500 Subject: [PATCH] Update binary build format --- .goreleaser.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 48f44a8..ca9ab3d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -3,7 +3,10 @@ builds: - CGO_ENABLED=0 main: main.go binary: packer-provisioner-puppet-bolt -archive: +archives: + format_overrides: + - goos: windows + format: zip replacements: darwin: Darwin linux: Linux