From 0fc2bd84399938a24ce1b9d360cdcf493f9ff9ab Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 3 Oct 2017 22:00:39 +0100 Subject: Build infra_6 for arm too --- deployment/mga_buildsystem/manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.1