From c5d5e068686daf601ca3a7b1cb68dc071db4e047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Tue, 17 Mar 2020 16:22:48 +0100 Subject: [PATCH] silverblue - don't require flatpak infra on aarch64 and ppc64le as it doesn't exist (yet) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes: https://pagure.io/releng/issue/9320 Signed-off-by: Dan HorĂ¡k --- fedora.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fedora.conf b/fedora.conf index 519b772..dbe5367 100644 --- a/fedora.conf +++ b/fedora.conf @@ -785,8 +785,7 @@ ostree_installer = [ "release": None, "rootfs_size": "8", "add_template": ["ostree-based-installer/lorax-configure-repo.tmpl", - "ostree-based-installer/lorax-embed-repo.tmpl", - "ostree-based-installer/lorax-embed-flatpaks.tmpl"], + "ostree-based-installer/lorax-embed-repo.tmpl"], "add_template_var": [ "ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/ostree/repo/", "ostree_update_repo=https://ostree.fedoraproject.org", @@ -811,8 +810,7 @@ ostree_installer = [ "release": None, "rootfs_size": "8", "add_template": ["ostree-based-installer/lorax-configure-repo.tmpl", - "ostree-based-installer/lorax-embed-repo.tmpl", - "ostree-based-installer/lorax-embed-flatpaks.tmpl"], + "ostree-based-installer/lorax-embed-repo.tmpl"], "add_template_var": [ "ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/ostree/repo/", "ostree_update_repo=https://ostree.fedoraproject.org",