From c607b1944bf33a92ebccdc265b22f0733e90e478 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 15 Apr 2014 09:51:53 +0000 Subject: [PATCH] alpinelinux: set correct lxc_arch for x86 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlo Landmeter Acked-by: Stéphane Graber --- templates/lxc-alpine.in | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index d8c667432..7a22d5ead 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -362,6 +362,7 @@ apk_arch=$arch case "$arch" in i[3-6]86) apk_arch=x86 + lxc_arch=x86 ;; x86) lxc_arch=i686 -- 2.47.2