From 9fc07170ae5c7585fd403d3edd83aebeb5d14926 Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Mar 17 2020 15:43:06 +0000 Subject: workstation disk image - omit ppc64le, the image's kickstart has requires arm/aarch64 specific package fixes: https://pagure.io/releng/issue/9279 Signed-off-by: Dan Horák --- diff --git a/fedora.conf b/fedora.conf index dbe5367..bb3db43 100644 --- a/fedora.conf +++ b/fedora.conf @@ -442,11 +442,11 @@ image_build = { 'kickstart': 'fedora-disk-workstation.ks', 'distro': 'Fedora-22', 'disk_size': 11, - 'arches': ['armhfp', 'aarch64', 'ppc64le'], + 'arches': ['armhfp', 'aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Workstation', - 'failable': ['armhfp','ppc64le'], + 'failable': ['armhfp'], } }, ],