From cfded50575e3413f18cffa50a98c8818820c22c0 Mon Sep 17 00:00:00 2001 From: cdemkos <152734664+cdemkos@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:00:57 +0100 Subject: [PATCH] replace amd with arm in ci/README.md (#4952) --- ci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/README.md b/ci/README.md index c0626346d..0c3137550 100644 --- a/ci/README.md +++ b/ci/README.md @@ -34,7 +34,7 @@ ## Ready made images for arm64-rpi * The images are built in GitHub actions * To see the downloadable artifacts will need to log in to GitHub -* Find the latest successful build of the default amd64 image: +* Find the latest successful build of the default arm64 image: https://github.com/raspiblitz/raspiblitz/actions/workflows/arm64-rpi-lean-image.yml?query=workflow%3Aarm64-rpi-lean-image-build+is%3Asuccess+branch%3Adev * unpack the artifact to the same directory ```