[lxc-devel] [lxc-ci/master] alpine linux: add arm64 arch

AlbanVidal on Github lxc-bot at linuxcontainers.org
Sun Apr 1 23:50:18 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 340 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180401/163d4337/attachment.bin>
-------------- next part --------------
From 12067b9d58192acc45935fd8ca1c38f12d858e01 Mon Sep 17 00:00:00 2001
From: Alban Vidal <alban.vidal at zordhak.fr>
Date: Mon, 2 Apr 2018 01:48:19 +0200
Subject: [PATCH] alpine linux: add arm64 arch

---
 templates/alpine.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/alpine.json b/templates/alpine.json
index 3bd2008..47bc38e 100644
--- a/templates/alpine.json
+++ b/templates/alpine.json
@@ -7,7 +7,8 @@
     "config_system": ["common"],
     "template_arch": {"amd64": "x86_64",
                       "i386": "x86",
-                      "armhf": "armhf"},
+                      "armhf": "armhf",
+                      "arm64": "arm64"},
     "template_args": ["-r", "RELEASE", "-a", "ARCH"],
     "post_create": []
 }


More information about the lxc-devel mailing list