From 39683dd517c4ca3a9bfadc42805ae813602d4363 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 29 Apr 2019 21:19:34 -0400 Subject: [PATCH] Using Everything repo for arm workstation image builds Signed-off-by: Mohan Boddu --- fedora.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora.conf b/fedora.conf index c09bf44..06a7a0c 100644 --- a/fedora.conf +++ b/fedora.conf @@ -444,8 +444,8 @@ image_build = { 'distro': 'Fedora-22', 'disk_size': 11, 'arches': ['armhfp', 'aarch64'], - 'repo': 'Workstation', - 'install_tree_from': 'Workstation', + 'repo': 'Everything', + 'install_tree_from': 'Everything', 'subvariant': 'Workstation', 'failable': ['*'], }