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

add arm64 support (and correct test)

parent 945c68b8
......@@ -44,8 +44,8 @@ sett() {
;;
esac
case $ARCH in
armhf|armel)
if [$TYPE -eq "ubuntu"] ; then
armhf|armel|arm64)
if [ "$TYPE" = "ubuntu" ] ; then
MIRROR="http://ports.ubuntu.com"
fi
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