From a5ce204d7efc6ec53416d90609e56bddec1b9d14 Mon Sep 17 00:00:00 2001 From: Mark Clarkstone Date: Thu, 18 May 2017 16:53:44 +0100 Subject: [PATCH] Autobuild: add raspbian "jessie" armhf --- Autobuild/raspbian-armhf.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Autobuild/raspbian-armhf.sh diff --git a/Autobuild/raspbian-armhf.sh b/Autobuild/raspbian-armhf.sh new file mode 100644 index 000000000..e39554737 --- /dev/null +++ b/Autobuild/raspbian-armhf.sh @@ -0,0 +1,3 @@ +AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=armhf" +DEBDIST=jessie +source Autobuild/debian.sh -- 2.47.2