aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests/config.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/mga_buildsystem/manifests/config.pp')
-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 1e6b3526..c02d7e1c 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -401,7 +401,7 @@ class mga_buildsystem::config {
default_distro => 'cauldron',
distros => {
'cauldron' => {
- 'arch' => concat($std_arch, ['aarch64']),
+ 'arch' => concat($std_arch, ['armv7hl', 'aarch64']),
'mandatory_arch' => concat($std_arch, ['aarch64']),
'no_media_cfg_update' => true,
'medias' => $std_medias,