From a8d8f18b0139ab8636d8710ee4f0c9e03f4dda3a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 4 Jan 2017 22:54:53 +0100 Subject: [PATCH] Temporarily drop Windows support The library used for terminal output in this version does not build for windows. Maintainer is notified, windows support will be re-added as soon as the issue is fixed. --- .repo-runner.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index 92e32f9..eef655c 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -8,3 +8,4 @@ commands: environment: CGO_ENABLED: 0 + ARCHS: linux/amd64 linux/arm darwin/amd64