distro/rhel9: add image-installer to same platform as edge

This commit is contained in:
Achilleas Koutsou 2022-11-21 23:18:19 +01:00 committed by Christian Kellner
parent 10544e8016
commit ce037e24be

View file

@ -319,17 +319,8 @@ func newDistro(name string, major, minor int) distro.Distro {
edgeOCIImgType,
edgeCommitImgType,
edgeInstallerImgType,
)
x86_64.addImageTypes(
&platform.X86{
BasePlatform: platform.BasePlatform{
ImageFormat: platform.FORMAT_RAW,
},
BIOS: true,
UEFIVendor: rd.vendor,
},
edgeRawImgType,
imageInstaller,
)
x86_64.addImageTypes(
@ -346,7 +337,6 @@ func newDistro(name string, major, minor int) distro.Distro {
x86_64.addImageTypes(
&platform.X86{},
tarImgType,
imageInstaller,
)
aarch64.addImageTypes(
@ -362,7 +352,6 @@ func newDistro(name string, major, minor int) distro.Distro {
aarch64.addImageTypes(
&platform.Aarch64{},
tarImgType,
imageInstaller,
)
aarch64.addImageTypes(
@ -374,6 +363,7 @@ func newDistro(name string, major, minor int) distro.Distro {
edgeOCIImgType,
edgeInstallerImgType,
edgeSimplifiedInstallerImgType,
imageInstaller,
)
aarch64.addImageTypes(
&platform.Aarch64{