[lxc-devel] [lxd/master] shared/osarch: Add armhfp (centos)

stgraber on Github lxc-bot at linuxcontainers.org
Fri Jan 18 12:19:00 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/20190118/3bc0d5ff/attachment.bin>
-------------- next part --------------
From ab8150c3b9e8bc7707fdbe2e3286e96c47e23def Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Fri, 18 Jan 2019 14:18:09 +0200
Subject: [PATCH] shared/osarch: Add armhfp (centos)
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 e35b12772f..f398411230 100644
--- a/shared/osarch/architectures.go
+++ b/shared/osarch/architectures.go
@@ -30,7 +30,7 @@ var architectureNames = map[int]string{
 var architectureAliases = map[int][]string{
 	ARCH_32BIT_INTEL_X86:             {"i386", "386"},
 	ARCH_64BIT_INTEL_X86:             {"amd64"},
-	ARCH_32BIT_ARMV7_LITTLE_ENDIAN:   {"armel", "armhf", "arm"},
+	ARCH_32BIT_ARMV7_LITTLE_ENDIAN:   {"armel", "armhf", "arm", "armhfp"},
 	ARCH_64BIT_ARMV8_LITTLE_ENDIAN:   {"arm64"},
 	ARCH_32BIT_POWERPC_BIG_ENDIAN:    {"powerpc"},
 	ARCH_64BIT_POWERPC_BIG_ENDIAN:    {"powerpc64", "ppc64"},


More information about the lxc-devel mailing list