From c5a0b850bb063fd4190209f83f9dae417d001663 Mon Sep 17 00:00:00 2001 From: Remi Collet <remi@remirepo.net> Date: Thu, 11 Aug 2022 09:56:50 +0200 Subject: el9.aarch64 is now ready --- wizard/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wizard/index.php b/wizard/index.php index ac5bf050..65e432e1 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -229,8 +229,8 @@ if ($php && $os) { } if ($arch=='aarch64') { - printf("<li><b>aarch64</b> support is a work in progress, some packages are not yet available, see <a href='%s'>issue #214</a></li><br />", - 'https://github.com/remicollet/remirepo/issues/214'); +// printf("<li><b>aarch64</b> support is a work in progress, some packages are not yet available, see <a href='%s'>issue #214</a></li><br />", +// 'https://github.com/remicollet/remirepo/issues/214'); if ($os && $dist === 'Fedora') { printf("<li><b>aarch64</b> for Fedora is not planed for now</li><br />"); @@ -239,6 +239,7 @@ if ($arch=='aarch64') { } else if ($os && $ver < 9) { printf("<li><b>aarch64</b> for Enterprise Linux $ver is not planed for now</li><br />"); $err =true; + } else if ($type === 'scl') { printf("<li>Software Collections for <b>aarch64</b> are not planed for now</li><br />"); $err =true; -- cgit