From f81c93b338bc9e4c4faff4fa1214ca4a7e8d4bed Mon Sep 17 00:00:00 2001 From: Renato Todorov Date: Wed, 13 Jun 2018 14:25:59 +0200 Subject: [PATCH] Change goreleaser archive format to binary --- goreleaser.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/goreleaser.yaml b/goreleaser.yaml index e306122..96d4900 100644 --- a/goreleaser.yaml +++ b/goreleaser.yaml @@ -11,3 +11,6 @@ builds: - CGO_ENABLED=0 ldflags: -s -w -X github.com/hellofresh/github-cli/cmd.version={{.Version}} + +archive: + format: binary