mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-28 17:47:20 +03:00
create: Add aarch64 to the arch priority list
Since it's reasonably well supported now
This commit is contained in:
parent
36e46d0276
commit
b654db1d17
@ -687,7 +687,7 @@ class vmmCreate(vmmGObjectUI):
|
||||
archs.remove("i686")
|
||||
archs.sort()
|
||||
|
||||
prios = ["x86_64", "i686", "armv7l", "ppc64"]
|
||||
prios = ["x86_64", "i686", "aarch64", "armv7l", "ppc64"]
|
||||
if self.conn.caps.host.cpu.arch not in prios:
|
||||
prios = []
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user