From: Evgeni Golov Date: Sat, 24 Jun 2017 15:24:49 +0000 (+0200) Subject: templates/debian: add aarch64 → arm64 mapping X-Git-Tag: lxc-1.0.11~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bdd51011407365cfbf284a5eebe01c202c3ad98;p=thirdparty%2Flxc.git templates/debian: add aarch64 → arm64 mapping uname -m reports aarch64, but Debian calls the arch arm64 Signed-off-by: Evgeni Golov --- diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 85f8531fe..a07c48cf6 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -515,6 +515,8 @@ elif [ "$arch" = "x86_64" ]; then arch="amd64" elif [ "$arch" = "armv7l" ]; then arch="armhf" +elif [ "$arch" = "aarch64" ]; then + arch="arm64" elif [ "$arch" = "ppc" ]; then arch="powerpc" elif [ "$arch" = "ppc64le" ]; then