docs: fix local build command

This commit is contained in:
openoms 2024-03-07 19:07:34 +01:00
parent c5fedf71c2
commit 87d63e5f32
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65

View file

@ -170,7 +170,7 @@ with the [Makefile](https://github.com/rootzoll/raspiblitz/blob/dev/Makefile)
### Generate an arm64-rpi image ### Generate an arm64-rpi image
* The workflow locally and in github actions generates a .img raw format image for the Raspberry Pi. * 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 * 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 * the .img.gz file can be written to an SDcard directly with Balena Etcher