mofe23 / raspi-packer

Build and bootstrap ARM images that are pre-configured and ready to flash!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raspi-packer

build

logo

Build various configurations of Arch Linux Arm in a GitHub action using packer and mkaczanowski/packer-builder-arm into an ISO that you can flash with Raspberry Pi Imager.

Includes a bootstrap script that lets you customize the image, and include first run utilities for resizing partitions or doing other first run activities.

Why?

Bootstrapping arch arm is non-trivial and tedious. This lets you automate away the most tedious portions of the process. Its still slow but once its working can save a lot of time (like all automation).

Instructions

Push changes to the repo, and images are built on the push event. If the build succeeds, you can find the images as artifacts located on the action run.

  • hosts: this folder has various packer entry points for various hosts builds. Overlays over the packer.json file settings.
  • bootstrap.sh: The script that runs to build the image
  • packer.json: The base packer configuration.

Can I use it?

Anyone can use this, though the customizations are pretty specific for my own use case. You are better off forking the repo and making whatever modifications you want to your own build pipeline.

Screenshots

action screenshot

imager screenshot

See also

About

Build and bootstrap ARM images that are pre-configured and ready to flash!


Languages

Language:Shell 97.3%Language:Go 2.7%