From 8edc142113ba2194d42e733e292eb34c64ec216e Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Tue, 11 Apr 2017 11:46:43 -0300 Subject: [PATCH] Remove netbsd/arm support for now There are crossbuild errors on netbsd/arm with go1.8. Assuming there is only a small minority of people running netbsd on ARM processors, disabling these builds is the fastest workaround. --- .promu.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.promu.yml b/.promu.yml index 70956c8c..042bc817 100644 --- a/.promu.yml +++ b/.promu.yml @@ -26,7 +26,6 @@ crossbuild: - netbsd/386 - linux/arm - linux/arm64 - - netbsd/arm # Temporarily deactivated as this does not currently build with promu. #- linux/mips64 #- linux/mips64le