From 66cb639f72ee1d944d0615dffefacd51f5d4688c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Wed, 3 Apr 2024 12:40:58 +0300 Subject: Make i686 mandatory arch on cauldron --- deployment/mga_buildsystem/manifests/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index c2bbfe3d..2bf4f074 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -469,8 +469,8 @@ class mga_buildsystem::config { repo_allow_from_domains => $repo_allow_from_domains, distros => { 'cauldron' => { - 'arch' => concat($std_arch, ['i686', 'armv7hl', 'aarch64']), - 'mandatory_arch' => concat($std_arch, ['aarch64']), + 'arch' => concat($x86_arch, ['i586', 'armv7hl', 'aarch64']), + 'mandatory_arch' => concat($x86_arch, ['i586', 'aarch64']), 'no_media_cfg_update' => true, 'medias' => $std_medias, 'base_media' => $std_base_media, -- cgit v1.2.1