turn off variants that provide no value in composes

This commit is contained in:
Louis Abel 2022-07-13 15:26:32 -07:00
parent f813ce1f3d
commit cdf9f68387
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 4 additions and 4 deletions

View File

@ -291,13 +291,13 @@
<group default="true">ha-devel</group>
</groups>
</variant>
<variant id="Cloud" name="Cloud" type="variant" is_empty="true">
<!-- <variant id="Cloud" name="Cloud" type="variant" is_empty="true">
<arches>
<arch>aarch64</arch>
<arch>ppc64le</arch>
<arch>x86_64</arch>
</arches>
</variant>
</variant> -->
<variant id="RT" name="RT" type="variant">
<arches>
<arch>x86_64</arch>
@ -322,7 +322,7 @@
</variant>
<!-- Live Variants, loosely borrowed from Fedora
Usually these variants are set to always be empty -->
Usually these variants are set to always be empty
<variant id="Workstation" name="Workstation" type="variant" is_empty="true">
<arches>
<arch>aarch64</arch>
@ -336,6 +336,6 @@
<arch>ppc64le</arch>
<arch>x86_64</arch>
</arches>
</variant>
</variant> -->
</variants>