From 887127e713c8620a6f582b65b69151938d485adf Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Wed, 16 Nov 2016 14:27:50 +0100 Subject: [PATCH] Disable broken ppc builds Disable linux/{ppc64,ppc64le} until we figure out what is wrong with the automated build pipeline. --- .promu.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.promu.yml b/.promu.yml index 5d9b32fa..70956c8c 100644 --- a/.promu.yml +++ b/.promu.yml @@ -27,5 +27,6 @@ crossbuild: - linux/arm - linux/arm64 - netbsd/arm - - linux/ppc64 - - linux/ppc64le + # Temporarily deactivated as this does not currently build with promu. + #- linux/mips64 + #- linux/mips64le