@@ -315,11 +315,11 @@ public void setUpdated(Date updated) {
315315 public static final List <Pair <Hypervisor .HypervisorType , CPU .CPUArch >> hypervisorList = Arrays .asList (
316316 new Pair <>(Hypervisor .HypervisorType .KVM , CPU .CPUArch .amd64 ),
317317 new Pair <>(Hypervisor .HypervisorType .KVM , CPU .CPUArch .arm64 ),
318- new Pair <>(Hypervisor .HypervisorType .VMware , CPU .CPUArch .getDefault () ),
319- new Pair <>(Hypervisor .HypervisorType .XenServer , CPU .CPUArch .getDefault () ),
320- new Pair <>(Hypervisor .HypervisorType .Hyperv , CPU .CPUArch .getDefault () ),
321- new Pair <>(Hypervisor .HypervisorType .LXC , CPU .CPUArch .getDefault () ),
322- new Pair <>(Hypervisor .HypervisorType .Ovm3 , CPU .CPUArch .getDefault () )
318+ new Pair <>(Hypervisor .HypervisorType .VMware , CPU .CPUArch .amd64 ),
319+ new Pair <>(Hypervisor .HypervisorType .XenServer , CPU .CPUArch .amd64 ),
320+ new Pair <>(Hypervisor .HypervisorType .Hyperv , CPU .CPUArch .amd64 ),
321+ new Pair <>(Hypervisor .HypervisorType .LXC , CPU .CPUArch .amd64 ),
322+ new Pair <>(Hypervisor .HypervisorType .Ovm3 , CPU .CPUArch .amd64 )
323323 );
324324
325325 public static final Map <String , MetadataTemplateDetails > NewTemplateMap = new HashMap <>();
0 commit comments