Merge pull request #2486 from BKPepe/lxc-aarch64

luci-app-lxc: add aarch64 to target map
This commit is contained in:
Dirk Brenken 2019-01-30 08:19:00 +01:00 committed by GitHub
commit 774ede00c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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