luci-app-lxc: add i686 to target map

Add i686 to target map so i386 container templates are usable.

Signed-off-by: James Buren <ryuo@ryuo.xyz>
(cherry picked from commit 9630e7e994)
This commit is contained in:
James Buren 2018-11-18 14:57:37 -06:00 committed by Dirk Brenken
parent 6f6641d97d
commit 3ff3b9e860
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684

View file

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