[lxc-devel] [PATCH] lxc-alpine: add support for architecture arm

Natanael Copa ncopa at alpinelinux.org
Thu Feb 20 10:31:01 UTC 2014


Signed-off-by: Natanael Copa <ncopa at alpinelinux.org>
---
 templates/lxc-alpine.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in
index afda971..d8c6674 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"
         ;;
-- 
1.8.5.4



More information about the lxc-devel mailing list