Merge #755 Build Workstation ISO and Live medias for ppc64le
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
commit
07042cf0d7
@ -444,7 +444,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',
|
||||
@ -475,7 +475,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…
x
Reference in New Issue
Block a user