fwilhe2 / buildroot-image-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Image Builder

Linux image builder based on Buildroot.

Trigger GitHub Workflow via cli

gh workflow run single.yml -f config=qemu_x86_64
gh workflow run single.yml -f config=raspberrypi4_64
gh workflow run single.yml -f config=qemu_aarch64_virt
gh workflow run single.yml -f config=qemu_arm_versatile

gh workflow run matrix.yml

Build locally

./build.sh [config]
./build.sh qemu_x86_64

About

License:MIT License


Languages

Language:Shell 100.0%