From c5a0b850bb063fd4190209f83f9dae417d001663 Mon Sep 17 00:00:00 2001 From: Remi Collet 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("
  • aarch64 support is a work in progress, some packages are not yet available, see issue #214

  • ", - 'https://github.com/remicollet/remirepo/issues/214'); +// printf("
  • aarch64 support is a work in progress, some packages are not yet available, see issue #214

  • ", +// 'https://github.com/remicollet/remirepo/issues/214'); if ($os && $dist === 'Fedora') { printf("
  • aarch64 for Fedora is not planed for now

  • "); @@ -239,6 +239,7 @@ if ($arch=='aarch64') { } else if ($os && $ver < 9) { printf("
  • aarch64 for Enterprise Linux $ver is not planed for now

  • "); $err =true; + } else if ($type === 'scl') { printf("
  • Software Collections for aarch64 are not planed for now

  • "); $err =true; -- cgit