summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-19 17:07:35 +0200
committerRemi Collet <remi@php.net>2023-09-19 17:07:35 +0200
commitb9a70e7b3b82d925a229068e1c6be0c3dd079773 (patch)
treef6405ad58e5ca4c29a591bd4503e5d170b21793e /wizard
parent683eee21b68b29886c8fe3c0333227005c71f3f4 (diff)
Wizard: F39 aarch64 is WIP
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 5b62c957..786d36c0 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -240,16 +240,17 @@ if ($arch == 'ppc64le' || $arch == 's390x') {
} else if ($arch == 'aarch64') {
if ($os && $dist === 'Fedora') {
- printf("<li><b>aarch64</b> for Fedora $ver is not planed for now</li><br />");
- $err =true;
-
+ if ($ver < 39) {
+ printf("<li><b>aarch64</b> for Fedora $ver is not planed for now</li><br />");
+ $err =true;
+ } else {
+ printf("<li><b>aarch64</b> for Fedora $ver is a work in progress, some packages are not yet available</li><br />");
+ }
} else if ($os && $ver < 8) {
printf("<li><b>aarch64</b> for Enterprise Linux $ver is not planed for now</li><br />");
$err =true;
} else if ($os && $ver == 8) {
$osmin['RHEL 8'] = $osmin['CentOS 8'] = $osminbase['RHEL 8'] = $osminbase['CentOS 8'] = '7.4';
-
- //printf("<li><b>aarch64</b> for Enterprise Linux $ver is a work in progress, some packages are not yet available</li><br />");
}
}