luci-app-lxc: add aarch64 to target map

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer 2019-01-29 23:04:04 +01:00
parent d6ae36353b
commit f335624407
No known key found for this signature in database
GPG key ID: B950216FE4329F4C

View file

@ -152,6 +152,7 @@ function lxc_get_arch_target(url)
armv6 = "armel", armv6 = "armel",
armv7 = "armhf", armv7 = "armhf",
armv8 = "arm64", armv8 = "arm64",
aarch64 = "arm64",
i686 = "i386", i686 = "i386",
x86_64 = "amd64" x86_64 = "amd64"
} }