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:
Dusty Mabe 2018-04-19 21:45:03 -04:00
parent aa531848be
commit cfaaf3ac9d
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -22,4 +22,11 @@
[% endif %]
</arches>
</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>