bodhi-pungi: Add AtomicHost variant
Otherwise we get messages like this when trying to create Atomic Host artifacts: ``` [WARNING ] [OSTREE_INSTALLER] Patterns in config do not match any variant: ^AtomicHost$ ```
This commit is contained in:
parent
aa531848be
commit
cfaaf3ac9d
1 changed files with 7 additions and 0 deletions
|
@ -22,4 +22,11 @@
|
||||||
[% endif %]
|
[% endif %]
|
||||||
</arches>
|
</arches>
|
||||||
</variant>
|
</variant>
|
||||||
|
<variant id="AtomicHost" name="AtomicHost" type="variant" is_empty="true">
|
||||||
|
<arches>
|
||||||
|
<arch>aarch64</arch>
|
||||||
|
<arch>x86_64</arch>
|
||||||
|
<arch>ppc64le</arch>
|
||||||
|
</arches>
|
||||||
|
</variant>
|
||||||
</variants>
|
</variants>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue