aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 4724a0b5..c7f93868 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -750,7 +750,8 @@ class mga_buildsystem::config {
},
'6' => {
- 'arch' => $std_arch,
+ 'arch' => concat($std_arch, $arm32_arch),
+ 'mandatory_arch' => $std_arch,
'no_media_cfg_update' => true,
'medias' => $std_medias,
'base_media' => $std_base_media,