From ed5671d57f98f99978d23ae8a8f3093095234997 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Mon, 24 Jun 2019 15:47:42 +0200 Subject: [PATCH] *: enable openbsd/arm build (#5696) Signed-off-by: Simon Pasquier --- .promu.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.promu.yml b/.promu.yml index 9fc1271d0..11a8c1990 100644 --- a/.promu.yml +++ b/.promu.yml @@ -42,13 +42,12 @@ crossbuild: - linux/arm - linux/arm64 - freebsd/arm + - openbsd/arm # Temporarily deactivated as golang.org/x/sys does not have syscalls # implemented for that os/platform combination. - #- openbsd/arm #- linux/mips64 #- linux/mips64le - netbsd/arm - linux/ppc64 - linux/ppc64le - linux/s390x -