diff options
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 9f1ccd74..bc89f2d8 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -972,7 +972,7 @@ class mga_buildsystem::config { }, 'infra_6' => { - 'arch' => $std_arch, + 'arch' => concat($std_arch, $arm32_arch), 'medias' => $infra_medias, 'base_media' => [ '6/core/release', '6/core/updates', 'infra/updates' ], 'branch' => 'Official', |