From a23753dc188bfc36b8f5694d196ba604a5f5fe1e Mon Sep 17 00:00:00 2001 From: Anthony HAMON Date: Sat, 25 Aug 2018 21:38:25 +0200 Subject: [PATCH] exclude darwin arm from building --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f300206b6..0f79df38a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: name: Compile project on every platform command: | go get github.com/mitchellh/gox - gox -os "linux darwin freebsd netbsd windows" + gox -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64" - run: name: Push on codecov result command: |