From 611174cd3a2a8c3a67cd3e330697cf2327153ff2 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 5 Apr 2023 20:34:13 +0000 Subject: Hack to prefer x86_64 to i586 when building noarch --- 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 3f79fd19..d9907b63 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -88,7 +88,7 @@ class mga_buildsystem::config { include stdlib - $std_arch = ['i586', 'x86_64'] + $std_arch = ['x86_64', 'i586'] $arm32_arch = ['armv5tl', 'armv7hl'] $std_repos = { 'release' => { -- cgit v1.2.1