#538 Cloud: don't build 32 bit install isos
Merged 6 years ago by mohanboddu. Opened 6 years ago by dustymabe.
dustymabe/pungi-fedora dusty-cloud-32  into  master

file modified
-2
@@ -140,8 +140,6 @@ 

      <variant name="Cloud" id="Cloud" type="variant">

          <arches>

              <arch>aarch64</arch>

-             <arch>armhfp</arch>

-             <arch>i386</arch>

              <arch>ppc64</arch>

              <arch>ppc64le</arch>

              <arch>x86_64</arch>

We don't ship cloud media for 32 bit so no need to create ISOs for it.

I think this is how we would stop performing a buildinstall during a pungi run for cloud, but I don't know

This will remove the architectures completely: there will be no repos for these arches, no buildinstall, no other deliverables.

This will remove the architectures completely: there will be no repos for these arches, no buildinstall, no other deliverables.

I think that's what we want so +++1

Pull-Request has been merged by mohanboddu

6 years ago

this needs undoing, we use the Cloud installer to build container images, it is not what we want at all.

apparently the container images changes to Everything at some point. I still think it is the wrong course of action, at least for armhfp.

we don't build armhfp cloud images, though?

Aren't we keeping the Cloud images around basically as they're useful as base images for testing in various contexts? Do we know none of the systems that use them for that needs any 32-bit images?

Aren't we keeping the Cloud images around basically as they're useful as base images for testing in various contexts? Do we know none of the systems that use them for that needs any 32-bit images?

we haven't delivered 32bit cloud images since f23.

Metadata