From c4c65c2c511005c5363fe31e53a2f5a40674ccd4 Mon Sep 17 00:00:00 2001 From: Ariel D'Alessandro <ariel.dalessandro@collabora.com> Date: Tue, 13 Jul 2021 10:35:35 -0300 Subject: [PATCH] download: Fix wrong arch in target images Wrongly listing arm64 image as ARM 32-bit. Fix this. Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com> --- content/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/download.md b/content/download.md index 4b2d9205d..7e9726890 100644 --- a/content/download.md +++ b/content/download.md @@ -35,7 +35,7 @@ release images presented below for evaluation. | ----- | ------------------ | | [Intel 64-bit (amd64)]({{< image-url Stable amd64 target ostree >}}) | [bmap file]({{< image-url Stable amd64 target ostree bmap >}}) | | [ARM 32-bit (armhf)]({{< image-url Stable armhf target ostree >}}) | [bmap file]({{< image-url Stable armhf target ostree bmap >}}) | - | [ARM 32-bit (arm64)]({{< image-url Stable arm64 target ostree >}}) | [bmap file]({{< image-url Stable arm64 target ostree bmap >}}) | + | [ARM 64-bit (arm64)]({{< image-url Stable arm64 target ostree >}}) | [bmap file]({{< image-url Stable arm64 target ostree bmap >}}) | {{% notice note %}} No open graphical stack is available for the current stable release on the -- GitLab