Commit 91828b0e by Carlo Landmeter Committed by Stéphane Graber

alpinelinux: set correct lxc_arch for x86

parent 178af55b
...@@ -362,6 +362,7 @@ apk_arch=$arch ...@@ -362,6 +362,7 @@ apk_arch=$arch
case "$arch" in case "$arch" in
i[3-6]86) i[3-6]86)
apk_arch=x86 apk_arch=x86
lxc_arch=x86
;; ;;
x86) x86)
lxc_arch=i686 lxc_arch=i686
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment