From f808e6e1b6fcbce6725e9c73076475793fe4fd7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Tue, 2 Apr 2024 18:45:04 +0300 Subject: Build also i686 pkgs for cauldron --- deployment/mga_buildsystem/manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment') 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, -- cgit v1.2.1