From c3b96efc38b3cfc0354bdc6e4afd343fa56a44ee Mon Sep 17 00:00:00 2001 From: Farry Date: Sat, 8 Feb 2020 21:55:30 +0800 Subject: [PATCH] update --- .goreleaser.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b3330bd..343ae5a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,7 +7,19 @@ before: # - go mod vendor builds: - env: - - CGO_ENABLED=0 + - CGO_ENABLED=0 + goos: + - linux + - darwin + - windows + goarch: + - 386 + - amd64 + - arm + - arm64 + ignore: + - goos: darwin + goarch: 386 archives: - replacements: darwin: Darwin