From 32880a16fc561ababbcf3e5cc0a8d0acac46784d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 20 Oct 2022 14:44:17 -0400 Subject: [PATCH] ELN: Build aarch64 guest images Signed-off-by: Stephen Gallagher --- fedora/override.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/override.conf b/fedora/override.conf index e738db9..89e6204 100644 --- a/fedora/override.conf +++ b/fedora/override.conf @@ -85,7 +85,7 @@ image_build = { "ksversion": "F26", "distro": "Fedora-20", "disk-size": "10", - "arches": ["x86_64"], + "arches": ["x86_64", "aarch64"], 'install_tree_from': 'BaseOS', "repo": ["BaseOS","AppStream","CRB"], "failable": ["*"],