From ae459144760a5ce5dd83106c5ea3ee2dd29d7321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Tue, 2 Apr 2024 17:58:30 +0300 Subject: Add variable for new std x86 arches --- deployment/mga_buildsystem/manifests/config.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index e1a3d348..d6cbb075 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -90,6 +90,7 @@ class mga_buildsystem::config { include stdlib $std_arch = ['x86_64', 'i586'] + $x86_arch = ['x86_64', 'i686'] $arm32_arch = ['armv5tl', 'armv7hl'] $std_repos = { 'release' => { -- cgit v1.2.1