Commit 6ee31234 authored by Mattia Rizzolo's avatar Mattia Rizzolo

add arm64 support (and correct test)

parent 945c68b8
...@@ -44,8 +44,8 @@ sett() { ...@@ -44,8 +44,8 @@ sett() {
;; ;;
esac esac
case $ARCH in case $ARCH in
armhf|armel) armhf|armel|arm64)
if [$TYPE -eq "ubuntu"] ; then if [ "$TYPE" = "ubuntu" ] ; then
MIRROR="http://ports.ubuntu.com" MIRROR="http://ports.ubuntu.com"
fi fi
OTHER+="--debootstrap qemu-debootstrap" OTHER+="--debootstrap qemu-debootstrap"
......
pbuilder-common
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment