pungi-iot/variants-fedora.xml
Paul Whalen 8be1b6f560 Add s390x and ppc64le to iot variant to produce bootc containers
The generic bootc container was added to the IoT section of the compose,
since then s390x and ppc64le have started to fail. This adds those arches
to the IoT section in variant.xml and removes the old variants.

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2025-04-24 12:27:25 -04:00

12 lines
373 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE variants PUBLIC "-//Red Hat, Inc.//DTD Variants info//EN" "variants2012.dtd">
<variants>
<variant id="IoT" name="IoT" type="variant" is_empty="true">
<arches>
<arch>aarch64</arch>
<arch>x86_64</arch>
<arch>ppc64le</arch>
<arch>s390x</arch>
</arches>
</variant>
</variants>