Build Workstation ISO and Live medias for ppc64le
Signed-off-by: John Doe <dftxbs3e@free.fr>
This commit is contained in:
parent
e86a05a198
commit
597cc0d365
@ -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'
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user