diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-16 16:30:38 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-16 16:30:38 +0200 |
commit | e01ddc25bb4b661f3610029393d1755e2654fb2d (patch) | |
tree | d899197a31fc232ec3fa6a456e18b4a3215c9180 /enterprise | |
parent | e0e899ac3e2bf274c1b89231307df5edac4f5f26 (diff) |
EL-8 aarch64 now also have 7.2 and 7.3
Diffstat (limited to 'enterprise')
-rw-r--r-- | enterprise/8/index.html | 6 |
1 files changed, 6 insertions, 0 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> |