build seabios firmware images within docker container. based on debian buster
# build docker image using specific seabios release
# the tag/branch name is also used as docker image tag
./seabios-build init 1.13.0
Example - Custom Build
# set target device
make menuconfig
# build (n+1 core)
make -j5
The Dockerfile and configuration templates are OpenSource and licensed under the Terms of Mozilla Public License 2.0 - your're welcome to contribute