distro/rhel90: drop IA32 from bootiso.mono

This commit is contained in:
Achilleas Koutsou 2022-01-28 13:05:28 +01:00 committed by Sanne Raymaekers
parent f697414c03
commit 2965833001

View file

@ -273,7 +273,7 @@ func bootISOMonoStageOptions(kernelVer, arch, vendor, product, osVersion, isolab
var architectures []string
if arch == distro.X86_64ArchName {
architectures = []string{"IA32", "X64"}
architectures = []string{"X64"}
} else if arch == distro.Aarch64ArchName {
architectures = []string{"AA64"}
} else {