aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index d6cbb075..c2bbfe3d 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -469,7 +469,7 @@ class mga_buildsystem::config {
repo_allow_from_domains => $repo_allow_from_domains,
distros => {
'cauldron' => {
- 'arch' => concat($std_arch, ['armv7hl', 'aarch64']),
+ 'arch' => concat($std_arch, ['i686', 'armv7hl', 'aarch64']),
'mandatory_arch' => concat($std_arch, ['aarch64']),
'no_media_cfg_update' => true,
'medias' => $std_medias,