From bb8be27e98d74bd6c7c22a6e8b32bbb61a681d27 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Sep 2023 13:13:38 +0200 Subject: el9 aarch64 scl are ready --- wizard/index.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'wizard/index.php') diff --git a/wizard/index.php b/wizard/index.php index 4dd954a7..b968d59d 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -101,7 +101,7 @@ $phpvers = [ ]; $phpname = [ ':devel' => 'Development version, not ready for production', - '8.3' => '8.3.0RC1', + '8.3' => '8.3.0RC2', ':stable' => 'Stable versions - usage recommended', '8.2' => '8.2.10 (active support until December 2024)', '8.1' => '8.1.23 (active support until November 2023)', @@ -239,9 +239,6 @@ if ($arch == 'ppc64le' || $arch == 's390x') { $err =true; } else 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'); - if ($os && $dist === 'Fedora') { printf("
  • aarch64 for Fedora is not planed for now

  • "); $err =true; @@ -249,10 +246,6 @@ if ($arch == 'ppc64le' || $arch == 's390x') { } 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