Adding armhfp arch to Labs variant

Fix for #6737
python-classroom is the first armhfp image under Labs variant.
And, the compose has been failing since its missing from
variants.xml file. This will fix it.

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2017-03-31 15:58:30 -04:00
parent a522a05f95
commit 75200de99c

View File

@ -38,6 +38,7 @@
</variant>
<variant id="Labs" name="Labs" type="variant" is_empty="true">
<arches>
<arch>armhfp</arch>
<arch>i386</arch>
<arch>x86_64</arch>
</arches>