From d281e7a3748912e122b07ac57ae13cf7e8159648 Mon Sep 17 00:00:00 2001 From: Xiaozhe Yao <407718364@qq.com> Date: Wed, 6 Feb 2019 00:30:54 +0800 Subject: [PATCH] [fix] build pipeline --- .goreleaser.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 100990679..a9b450226 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,6 +21,12 @@ builds: - 5 - 6 - 7 + ignore: + - goos: darwin + goarch: 386 + - goos: linux + goarch: arm + goarm: 7 archive: replacements: darwin: Darwin