summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-16 16:30:38 +0200
committerRemi Collet <remi@php.net>2023-10-16 16:30:38 +0200
commite01ddc25bb4b661f3610029393d1755e2654fb2d (patch)
treed899197a31fc232ec3fa6a456e18b4a3215c9180
parente0e899ac3e2bf274c1b89231307df5edac4f5f26 (diff)
EL-8 aarch64 now also have 7.2 and 7.3
-rw-r--r--enterprise/8/index.html6
-rw-r--r--wizard/index.php3
2 files changed, 8 insertions, 1 deletions
diff --git a/enterprise/8/index.html b/enterprise/8/index.html
index e9d98c32..e79b91e8 100644
--- a/enterprise/8/index.html
+++ b/enterprise/8/index.html
@@ -105,12 +105,18 @@
<h3>remi-php73 (only PHP 7.3 and extensions)</h3>
<ul class="pkglist">
<li>
+ <a href="php73/aarch64/repoview/" class="inpage">aarch64</a>, only for browsing, not a real repository
+ </li>
+ <li>
<a href="php73/x86_64/repoview/" class="inpage">x86_64</a>, only for browsing, not a real repository
</li>
</ul>
<h3>remi-php72 (only PHP 7.2 and extensions)</h3>
<ul class="pkglist">
<li>
+ <a href="php72/aarch64/repoview/" class="inpage">aarch64</a>, only for browsing, not a real repository
+ </li>
+ <li>
<a href="php72/x86_64/repoview/" class="inpage">x86_64</a>, only for browsing, not a real repository
</li>
</ul>
diff --git a/wizard/index.php b/wizard/index.php
index 5205a70a..e22cdd89 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -248,7 +248,8 @@ if ($arch == 'ppc64le' || $arch == 's390x') {
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';
+ // no older SCLs
+ $osmin['RHEL 8'] = $osmin['CentOS 8'] = '7.2';
}
}