summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-lxc/luasrc
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2019-01-29 23:04:04 +0100
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2019-01-29 23:16:47 +0100
commitf335624407e4c5c04be0d676010369aa55652798 (patch)
treedb81f7a07cfbf8d64ba17f11feb42a0904c61298 /applications/luci-app-lxc/luasrc
parentd6ae36353b355600057fa81ffbf15a29acd6059e (diff)
luci-app-lxc: add aarch64 to target map
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'applications/luci-app-lxc/luasrc')
-rw-r--r--applications/luci-app-lxc/luasrc/controller/lxc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-lxc/luasrc/controller/lxc.lua b/applications/luci-app-lxc/luasrc/controller/lxc.lua
index d16e532d3..943211010 100644
--- a/applications/luci-app-lxc/luasrc/controller/lxc.lua
+++ b/applications/luci-app-lxc/luasrc/controller/lxc.lua
@@ -152,6 +152,7 @@ function lxc_get_arch_target(url)
armv6 = "armel",
armv7 = "armhf",
armv8 = "arm64",
+ aarch64 = "arm64",
i686 = "i386",
x86_64 = "amd64"
}