From 2b5eae9771b767bdd27df1d66f72203e9880fc55 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Tue, 30 Jun 2020 11:25:42 -0400 Subject: [PATCH] Add aarch64 workstation live Signed-off-by: Paul Whalen --- fedora.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora.conf b/fedora.conf index fcde1c3..ca75f7a 100644 --- a/fedora.conf +++ b/fedora.conf @@ -474,8 +474,8 @@ live_media = { { 'name': 'Fedora-Workstation-Live', 'kickstart': 'fedora-live-workstation.ks', - 'arches': ['x86_64', 'ppc64le'], - 'failable': ['ppc64le'], + 'arches': ['x86_64', 'ppc64le', 'aarch64'], + 'failable': ['ppc64le', 'aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Workstation'