[lxc-devel] [lxd/master] shared/osarch: Add Plamo x86 arch

stgraber on Github lxc-bot at linuxcontainers.org
Mon Apr 1 19:47:29 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190401/54f961a9/attachment.bin>
-------------- next part --------------
From 98f6b77141e2c8eea752e4b068d32ec16bd9d129 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Mon, 1 Apr 2019 15:46:12 -0400
Subject: [PATCH] shared/osarch: Add Plamo x86 arch
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 shared/osarch/architectures.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/osarch/architectures.go b/shared/osarch/architectures.go
index 86680a6acf..99bcf5b003 100644
--- a/shared/osarch/architectures.go
+++ b/shared/osarch/architectures.go
@@ -28,7 +28,7 @@ var architectureNames = map[int]string{
 }
 
 var architectureAliases = map[int][]string{
-	ARCH_32BIT_INTEL_X86:             {"i386", "386"},
+	ARCH_32BIT_INTEL_X86:             {"i386", "386", "x86"},
 	ARCH_64BIT_INTEL_X86:             {"amd64"},
 	ARCH_32BIT_ARMV7_LITTLE_ENDIAN:   {"armel", "armhf", "arm", "armhfp", "armv7a_hardfp", "armv7"},
 	ARCH_64BIT_ARMV8_LITTLE_ENDIAN:   {"arm64"},


More information about the lxc-devel mailing list