[gnome-boxes/filter-off-unsupported-arches: 1/2] installed-media: List "x86_64" and "amd64" in supported architectures



commit d9c038ba2829a911fbbcfb92bf91b0b0978727dd
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Aug 14 13:26:08 2019 +0200

    installed-media: List "x86_64" and "amd64" in supported architectures
    
    Some medias will advertise themselves as "amd64".

 src/installed-media.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/installed-media.vala b/src/installed-media.vala
index b1930798..6a3ac5e3 100644
--- a/src/installed-media.vala
+++ b/src/installed-media.vala
@@ -14,7 +14,7 @@
                                                    ".vpc", ".vpc.gz",
                                                    ".cloop", ".cloop.gz" };
     public const string[] supported_architectures = {
-        "i686", "i586", "i486", "i386"
+        "i686", "i586", "i486", "i386", "x86_64", "amd64"
     };
 
     public override bool need_user_input_for_vm_creation { get { return false; } }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]