From: Peter Palfrader Date: Wed, 18 Feb 2015 13:42:11 +0000 (+0100) Subject: make armhf and armel chroot on arm64 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=603f282493fd2c78e66323cdce5e6192f4aa2336;p=dsa-puppet.git make armhf and armel chroot on arm64 --- diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index 652d08b6..66fd9ebb 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -69,6 +69,9 @@ case "$DPKGARCH" in amd64) archs="$archs i386" ;; + arm64) + archs="$archs armhf armel" + ;; armhf) if [ "$(uname -m)" = "aarch64" ] ; then archs="$archs arm64"