Github action for Clay Risser's linux factory framework. The current version is v1.
Builds an image from a linux factory
| name | description | required | default |
|---|---|---|---|
path |
Path of the linux factory under |
false |
"" |
This action is a composite action.
Any dependencies required for Linux Factory are installed via action.yml and subsequently used to build the image. You may run this action on any runner VM, provided the Linux Factory dependencies and debian-archive-keyring are installable via APT. This action will also attempt to install live-build from the current Debian stable repository for compatibility purposes.
Some of the workflow files are "dummy" files like test-clayrisser-linux-factory.yml, where the source workflow code don't appear to do anything in the main/release branch but are instead located in a seperate testing branch.