From ea3e845b0c431d239b024a2f1186cf9d96cde971 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 18 Jun 2019 20:38:30 +1000 Subject: [PATCH] remove windows build for now --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d891230d..1659f626 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,7 +28,7 @@ jobs: name: Compile project on every platform command: | go get github.com/mitchellh/gox - gox -parallel 10 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64" + gox -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64" - save_cache: key: pkg-cache-{{ checksum "Gopkg.lock" }}-v4 paths: