From: Brian Brazil Date: Wed, 20 Sep 2017 13:11:27 +0000 (+0100) Subject: Workaround netbsd/arm not building. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=758063527f52a24884e8ea47937ffda0c6d0e704;p=blackbox_exporter.git Workaround netbsd/arm not building. --- diff --git a/.promu.yml b/.promu.yml index 616d539..b4e40b9 100644 --- a/.promu.yml +++ b/.promu.yml @@ -13,3 +13,29 @@ tarball: - blackbox.yml - LICENSE - NOTICE +crossbuild: + platforms: + - linux/amd64 + - linux/386 + - darwin/amd64 + - darwin/386 + - windows/amd64 + - windows/386 + - freebsd/amd64 + - freebsd/386 + - openbsd/amd64 + - openbsd/386 + - netbsd/amd64 + - netbsd/386 + - dragonfly/amd64 + - linux/arm + - linux/arm64 + - freebsd/arm + - openbsd/arm + - linux/mips64 + - linux/mips64le + # Temporarily deactivated as golang.org/x/sys does not have syscalls + # implemented for that os/platform combination. + #- netbsd/arm + - linux/ppc64 + - linux/ppc64le