Skip to content

Commit c1750c8

Browse files
committed
fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 499b861 commit c1750c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/java/com/cloud/upgrade/SystemVmTemplateRegistration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public void setUpdated(Date updated) {
301301
}
302302

303303
public static final List<Pair<Hypervisor.HypervisorType, String>> hypervisorList = Arrays.asList(
304-
new Pair<>(Hypervisor.HypervisorType.KVM, CPU.CPUArch.x86.getType()),
304+
new Pair<>(Hypervisor.HypervisorType.KVM, CPU.CPUArch.amd64.getType()),
305305
new Pair<>(Hypervisor.HypervisorType.KVM, CPU.CPUArch.arm64.getType()),
306306
new Pair<>(Hypervisor.HypervisorType.VMware, null),
307307
new Pair<>(Hypervisor.HypervisorType.XenServer, null),

0 commit comments

Comments
 (0)