#146 Add aarch64 and ppc64le download links to stream-9
Merged 2 years ago by rbowen. Opened 2 years ago by jlinton.
centos/ jlinton/centos.org master  into  master

@@ -20,7 +20,17 @@ 

                          <tr>

                              <td><a href="https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso&redirect=1&protocol=https">x86_64</a></td>

                              <td><a href="http://mirror.stream.centos.org/9-stream/">RPMs</a></td>

-                             <td><a href="https://cloud.centos.org/centos/9-stream/">Cloud</a> | <a href="https://quay.io/centos/centos:stream9">Containers</a></td>

+                             <td><a href="https://cloud.centos.org/centos/9-stream/x86_64/images">Cloud</a> | <a href="https://quay.io/centos/centos:stream9">Containers</a></td>

+                         </tr>

+                         <tr>

+                             <td><a href="https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https">ARM64 (aarch64)</a></td>

+                             <td><a href="http://mirror.stream.centos.org/9-stream/">RPMs</a></td>

+                             <td><a href="https://cloud.centos.org/centos/9-stream/aarch64/images">Cloud</a> | <a href="https://quay.io/centos/centos:stream9">Containers</a></td>

+                         </tr>

+                         <tr>

+                             <td><a href="https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https">IBM Power (ppc64le)</a></td>

+                             <td><a href="http://mirror.stream.centos.org/9-stream/">RPMs</a></td>

+                             <td><a href="https://cloud.centos.org/centos/9-stream/ppc64le/images">Cloud</a> | <a href="https://quay.io/centos/centos:stream9">Containers</a></td>

                          </tr>

                      </tbody>

                  </table>

Also updated, the cloud image link to go directly to the selected arch.

Signed-off-by: Jeremy Linton jeremy.linton@arm.com

Pull-Request has been merged by rbowen

2 years ago
Metadata