From de421239e63032104c247a9176c778a8228d15c7 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 1 May 2019 16:41:52 +0200 Subject: [PATCH] Instruct pungi to build Fedora Silverblue for ppc64le Signed-off-by: John Doe --- fedora.conf | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index 06a7a0c..a0501b6 100644 --- a/fedora.conf +++ b/fedora.conf @@ -738,7 +738,7 @@ ostree = { "tag_ref": False, "ostree_repo": "/mnt/koji/compose/ostree/repo/", "ostree_ref": "fedora/rawhide/${basearch}/silverblue", - "arches": ["x86_64"], + "arches": ["x86_64", "ppc64le"], "failable": ['*'], } } @@ -763,6 +763,25 @@ ostree_installer = [ 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_branch': 'master', 'failable': ['*'], + }, + "ppc64le": { + "repo": "Everything", + "release": None, + "rootfs_size": "8", + "add_template": ["ostree-based-installer/lorax-configure-repo.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", + "ostree_osname=fedora", + "ostree_oskey=fedora-31-primary", + "ostree_contenturl=mirrorlist=https://ostree.fedoraproject.org/mirrorlist", + "ostree_install_ref=fedora/rawhide/ppc64le/silverblue", + "ostree_update_ref=fedora/rawhide/ppc64le/silverblue", + ], + 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', + 'template_branch': 'master', + 'failable': ['*'], } }) ]