diff options
author | Jani Välimaa <wally@mageia.org> | 2024-04-02 17:58:30 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-04-02 17:58:30 +0300 |
commit | ae459144760a5ce5dd83106c5ea3ee2dd29d7321 (patch) | |
tree | 2e4a9224e34e4a9dd591c59c78ef7ffce731dcd2 /deployment/mga_buildsystem | |
parent | 38ff333fb653c0a1469be933daf801ba47641972 (diff) | |
download | puppet-ae459144760a5ce5dd83106c5ea3ee2dd29d7321.tar puppet-ae459144760a5ce5dd83106c5ea3ee2dd29d7321.tar.gz puppet-ae459144760a5ce5dd83106c5ea3ee2dd29d7321.tar.bz2 puppet-ae459144760a5ce5dd83106c5ea3ee2dd29d7321.tar.xz puppet-ae459144760a5ce5dd83106c5ea3ee2dd29d7321.zip |
Add variable for new std x86 arches
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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' => { |