From: Natanael Copa Date: Thu, 20 Feb 2014 10:31:01 +0000 (+0000) Subject: lxc-alpine: add support for architecture arm X-Git-Tag: lxc-1.0.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e18cacab53447931c82475920ca6a18a8fe29e2;p=thirdparty%2Flxc.git lxc-alpine: add support for architecture arm Signed-off-by: Natanael Copa Acked-by: Stéphane Graber --- diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index afda9712b..d8c667432 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -368,6 +368,9 @@ case "$arch" in ;; x86_64|"") ;; + arm*) + apk_arch=armhf + ;; *) die "unsupported architecture: $arch" ;;