distro/rhel9: add image-installer to same platform as edge
This commit is contained in:
parent
10544e8016
commit
ce037e24be
1 changed files with 2 additions and 12 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue