From 87d63e5f32003a41dc686f1ee68729848c8424cf Mon Sep 17 00:00:00 2001 From: openoms Date: Thu, 7 Mar 2024 19:07:34 +0100 Subject: [PATCH] docs: fix local build command --- ci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/README.md b/ci/README.md index 1d87de396..c0626346d 100644 --- a/ci/README.md +++ b/ci/README.md @@ -170,7 +170,7 @@ with the [Makefile](https://github.com/rootzoll/raspiblitz/blob/dev/Makefile) ### Generate an arm64-rpi image * The workflow locally and in github actions generates a .img raw format image for the Raspberry Pi. ``` - make arm-rpi-lean-image + make arm64-rpi-lean-image ``` * find the image and sha256 hashes in the `ci/arm64-rpi/packer-builder-arm` directory * the .img.gz file can be written to an SDcard directly with Balena Etcher