From 63bf3b3dc4c2125c241a73ec2f3376cd4ec322c9 Mon Sep 17 00:00:00 2001 From: John Doe Date: May 01 2019 16:22:08 +0000 Subject: Instruct pungi to build Fedora Silverblue for aarch64 Signed-off-by: John Doe --- diff --git a/fedora.conf b/fedora.conf index a0501b6..4881f86 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", "ppc64le"], + "arches": ["x86_64", "ppc64le", "aarch64"], "failable": ['*'], } } @@ -782,6 +782,25 @@ ostree_installer = [ 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_branch': 'master', 'failable': ['*'], + }, + "aarch64": { + "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/aarch64/silverblue", + "ostree_update_ref=fedora/rawhide/aarch64/silverblue", + ], + 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', + 'template_branch': 'master', + 'failable': ['*'], } }) ]