=================
Use packer
to automate the process for creating Raspberry Pi images,
then use that automation to produce raspberry-pi based probe devices.
- This project will build images using Github Actions and the images will be stored in releases.
- Changes are build per branch.
- Manual images can be build using
make images
.
- Run
make setup
to install dependencies (including the packer plugin) - Run
make images
to build the images.
- This project is based on the work by--