@@ -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, null ),
319- new Pair<>(Hypervisor.HypervisorType.XenServer, null ),
320- new Pair<>(Hypervisor.HypervisorType.Hyperv, null ),
321- new Pair<>(Hypervisor.HypervisorType.LXC, null ),
322- new Pair<>(Hypervisor.HypervisorType.Ovm3, null )
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