Add variants for atomic composes in bodhi
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
475c3a54d6
commit
9319e2c3b9
1 changed files with 25 additions and 3 deletions
|
@ -6,12 +6,34 @@
|
|||
<arch>x86_64</arch>
|
||||
<arch>s390x</arch>
|
||||
<arch>ppc64le</arch>
|
||||
[% if release.version_int == 36 %]
|
||||
<arch>armhfp</arch>
|
||||
[% endif %]
|
||||
[% if release.version_int != 7 %]
|
||||
<arch>aarch64</arch>
|
||||
[% endif %]
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="Silverblue" name="Silverblue" type="variant" is_empty="true">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="Kinoite" name="Kinoite" type="variant" is_empty="true">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="Sericea" name="Sericea" type="variant" is_empty="true">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="Onyx" name="Onyx" type="variant" is_empty="true">
|
||||
<arches>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
</variants>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue