Support arm64
diff --git a/jenkins/files/pbuilderrc b/jenkins/files/pbuilderrc
index 3b0b204..979f789 100644
--- a/jenkins/files/pbuilderrc
+++ b/jenkins/files/pbuilderrc
@@ -91,7 +91,14 @@
if [ "$ARCH" == "armhf" ] && [ "$(dpkg --print-architecture)" != "armhf" ]; then
DEBOOTSTRAP="qemu-debootstrap"
fi
+if [ "$ARCH" == "arm64" ] && [ "$(dpkg --print-architecture)" != "arm64" ]; then
+ DEBOOTSTRAP="qemu-debootstrap"
+fi
DEBOOTSTRAPOPTS=("${DEBOOTSTRAPOPTS[@]}" "--arch=$ARCH")
{%- endif %}
+
+{#-
+vim: syntax=jinja
+-#}