aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-09-27 18:08:32 +0300
committerThomas Backlund <tmb@mageia.org>2019-09-27 18:08:32 +0300
commitfc2b69b051edfbe7425f34551f6457ca160dbd96 (patch)
treed76bc8844ca0b20187f954ba2d4b7a1198bc7956 /deployment
parent7f1eeefbc00deb3b30c9843006be3514940f367f (diff)
downloadpuppet-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')
-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 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,