The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/5490

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From 3a4c0d31698693a7cd92a5058a4a45b25c9bd7be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@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 <stgra...@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"},
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to