diff --git a/internal/distro/rhel86/distro.go b/internal/distro/rhel86/distro.go index 55456b1b5..4ca80a08d 100644 --- a/internal/distro/rhel86/distro.go +++ b/internal/distro/rhel86/distro.go @@ -1299,7 +1299,7 @@ func newDistro(distroName string) distro.Distro { ociImgType.name = "oci" x86_64.addImageTypes(qcow2ImgType, vhdImgType, vmdkImgType, openstackImgType, amiImgTypeX86_64, tarImgType, imageInstaller, edgeCommitImgType, edgeInstallerImgType, edgeOCIImgType, edgeRawImgType, edgeSimplifiedInstallerImgType, ociImgType) - aarch64.addImageTypes(qcow2ImgType, openstackImgType, amiImgTypeAarch64, tarImgType, edgeCommitImgType, edgeInstallerImgType, edgeOCIImgType, edgeRawImgType, edgeSimplifiedInstallerImgType) + aarch64.addImageTypes(qcow2ImgType, openstackImgType, amiImgTypeAarch64, tarImgType, imageInstaller, edgeCommitImgType, edgeInstallerImgType, edgeOCIImgType, edgeRawImgType, edgeSimplifiedInstallerImgType) ppc64le.addImageTypes(qcow2ImgType, tarImgType) s390x.addImageTypes(qcow2ImgType, tarImgType) diff --git a/internal/distro/rhel86/distro_test.go b/internal/distro/rhel86/distro_test.go index 72e5e2265..838ba408d 100644 --- a/internal/distro/rhel86/distro_test.go +++ b/internal/distro/rhel86/distro_test.go @@ -479,6 +479,7 @@ func TestArchitecture_ListImageTypes(t *testing.T) { "edge-simplified-installer", "edge-raw-image", "tar", + "image-installer", }, }, { diff --git a/internal/distro/rhel90/distro.go b/internal/distro/rhel90/distro.go index 8c7cd2282..5727478a9 100644 --- a/internal/distro/rhel90/distro.go +++ b/internal/distro/rhel90/distro.go @@ -1279,7 +1279,7 @@ func newDistro(distroName string) distro.Distro { ociImgType.name = "oci" x86_64.addImageTypes(qcow2ImgType, vhdImgType, vmdkImgType, openstackImgType, amiImgTypeX86_64, tarImgType, imageInstaller, edgeCommitImgType, edgeInstallerImgType, edgeOCIImgType, edgeRawImgType, edgeSimplifiedInstallerImgType, ociImgType) - aarch64.addImageTypes(qcow2ImgType, openstackImgType, amiImgTypeAarch64, tarImgType, edgeCommitImgType, edgeInstallerImgType, edgeOCIImgType, edgeRawImgType, edgeSimplifiedInstallerImgType) + aarch64.addImageTypes(qcow2ImgType, openstackImgType, amiImgTypeAarch64, tarImgType, imageInstaller, edgeCommitImgType, edgeInstallerImgType, edgeOCIImgType, edgeRawImgType, edgeSimplifiedInstallerImgType) ppc64le.addImageTypes(qcow2ImgType, tarImgType) s390x.addImageTypes(qcow2ImgType, tarImgType) diff --git a/internal/distro/rhel90/distro_test.go b/internal/distro/rhel90/distro_test.go index a921e8a68..23dea1283 100644 --- a/internal/distro/rhel90/distro_test.go +++ b/internal/distro/rhel90/distro_test.go @@ -287,6 +287,7 @@ func TestImageType_Name(t *testing.T) { "edge-commit", "edge-container", "tar", + "image-installer", }, }, { @@ -479,6 +480,7 @@ func TestArchitecture_ListImageTypes(t *testing.T) { "edge-simplified-installer", "edge-raw-image", "tar", + "image-installer", }, }, {