Skip to content

Commit

Permalink
templates/debian: add aarch64 → arm64 mapping
Browse files Browse the repository at this point in the history
uname -m reports aarch64, but Debian calls the arch arm64

Signed-off-by: Evgeni Golov <evgeni@debian.org>
  • Loading branch information
evgeni authored and stgraber committed Aug 15, 2017
1 parent 74cd294 commit 6bdd510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/lxc-debian.in
Expand Up @@ -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
Expand Down

0 comments on commit 6bdd510

Please sign in to comment.