Build Workstation ISO and Live medias for ppc64le

Signed-off-by: John Doe <dftxbs3e@free.fr>
This commit is contained in:
John Doe 2019-08-16 20:59:59 +02:00
parent e86a05a198
commit 597cc0d365
2 changed files with 3 additions and 2 deletions

View File

@ -430,7 +430,7 @@ image_build = {
'kickstart': 'fedora-disk-workstation.ks',
'distro': 'Fedora-22',
'disk_size': 11,
'arches': ['armhfp', 'aarch64'],
'arches': ['armhfp', 'aarch64', 'ppc64le'],
'repo': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Workstation',
@ -461,7 +461,7 @@ live_media = {
{
'name': 'Fedora-Workstation-Live',
'kickstart': 'fedora-live-workstation.ks',
'arches': ['x86_64', ],
'arches': ['x86_64', 'ppc64le'],
'repo': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Workstation'

View File

@ -75,6 +75,7 @@
<arch>aarch64</arch>
<arch>armhfp</arch>
<arch>x86_64</arch>
<arch>ppc64le</arch>
</arches>
</variant>
<variant id="Silverblue" name="Silverblue" type="variant" is_empty="true">