aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
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' => {