From 2c9b83f291e3e506acc3c08cd10652c255f86f79 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Thu, 19 May 2016 10:19:35 -0400 Subject: [PATCH] Disable ppc64le for now --- hack/lib/golang.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index 4f5c4b7f52d..1d9b21dde4e 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -68,7 +68,7 @@ else linux/amd64 linux/arm linux/arm64 - linux/ppc64le + #linux/ppc64le # temporarily disabled due to a linking error ) # If we update this we should also update the set of golang compilers we build @@ -78,7 +78,7 @@ else linux/386 linux/arm linux/arm64 - linux/ppc64le + #linux/ppc64le # temporarily disabled due to a linking error darwin/amd64 darwin/386 windows/amd64