Signed-off-by: Natanael Copa <[email protected]>
---
 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

_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to