From 758063527f52a24884e8ea47937ffda0c6d0e704 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Wed, 20 Sep 2017 14:11:27 +0100 Subject: [PATCH] Workaround netbsd/arm not building. --- .promu.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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 -- 2.25.1