diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-09-27 18:08:32 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-09-27 18:08:32 +0300 |
commit | fc2b69b051edfbe7425f34551f6457ca160dbd96 (patch) | |
tree | d76bc8844ca0b20187f954ba2d4b7a1198bc7956 /deployment/mga_buildsystem | |
parent | 7f1eeefbc00deb3b30c9843006be3514940f367f (diff) | |
download | puppet-fc2b69b051edfbe7425f34551f6457ca160dbd96.tar puppet-fc2b69b051edfbe7425f34551f6457ca160dbd96.tar.gz puppet-fc2b69b051edfbe7425f34551f6457ca160dbd96.tar.bz2 puppet-fc2b69b051edfbe7425f34551f6457ca160dbd96.tar.xz puppet-fc2b69b051edfbe7425f34551f6457ca160dbd96.zip |
disable caulron armv7hl target for now
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index c02d7e1c..1e6b3526 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -401,7 +401,7 @@ class mga_buildsystem::config { default_distro => 'cauldron', distros => { 'cauldron' => { - 'arch' => concat($std_arch, ['armv7hl', 'aarch64']), + 'arch' => concat($std_arch, ['aarch64']), 'mandatory_arch' => concat($std_arch, ['aarch64']), 'no_media_cfg_update' => true, 'medias' => $std_medias, |