[lxc-devel] [lxd/master] shared/osarch: Add ArchLinux name for armv7

stgraber on Github lxc-bot at linuxcontainers.org
Wed Feb 13 20:32:33 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/20190213/4c3ce128/attachment.bin>
-------------- next part --------------
From 3a4c0d31698693a7cd92a5058a4a45b25c9bd7be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 13 Feb 2019 14:13:55 -0500
Subject: [PATCH] shared/osarch: Add ArchLinux name for armv7
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 266d9a81c4..86680a6acf 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", "armhfp", "armv7a_hardfp"},
+	ARCH_32BIT_ARMV7_LITTLE_ENDIAN:   {"armel", "armhf", "arm", "armhfp", "armv7a_hardfp", "armv7"},
 	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