aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-04-03 12:40:58 +0300
committerJani Välimaa <wally@mageia.org>2024-04-03 12:40:58 +0300
commit66cb639f72ee1d944d0615dffefacd51f5d4688c (patch)
treee62eba40e6b580b741425692fc5736527e8a4d9a /deployment
parentef01366e03211a9cef104f5650fc5a5c06c12f3c (diff)
downloadpuppet-66cb639f72ee1d944d0615dffefacd51f5d4688c.tar
puppet-66cb639f72ee1d944d0615dffefacd51f5d4688c.tar.gz
puppet-66cb639f72ee1d944d0615dffefacd51f5d4688c.tar.bz2
puppet-66cb639f72ee1d944d0615dffefacd51f5d4688c.tar.xz
puppet-66cb639f72ee1d944d0615dffefacd51f5d4688c.zip
Make i686 mandatory arch on cauldron
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
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,