A Github action to enable LinuxKit OS image builds
LinuxKit describes itself as:
A toolkit for building secure, portable and lean operating systems for containers
This action relies on a Docker image of LinuxKit
Required LinuxKit YAML file(s) to build (eg lxk.yml
). There is no default.
Optional The format(s) for the output (eg aws
, gcp
, iso-efi
, etc...).
Default: kernel+initrd
The files that were built
# Check the action marketplace for the latest version tag
uses: actions/[email protected]
with:
config: lxk-build.yml
# Check the action marketplace for the latest version tag
uses: actions/[email protected]
with:
config: lxk-build.yml
format: aws
The scripts and documentation in this project are released under the MIT License