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>
12 lines
373 B
XML
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>
|