diff options
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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, |