This repository extends Garden Linux with custom flavors and features. It uses Garden Linux as a submodule and overrides specific features and flavors while maintaining compatibility with the original build system.
This repository contains:
- Custom features in
features/
- Custom flavor definitions in
flavors.yaml
- CI/CD workflows for building and publishing images
The following make targets are available:
prepare
: Initialize and update submodules, required for first-time setupupdate [COMMIT=<hash>]
: Update Garden Linux submodule to latest (or specific) commit and sync workflow referencesclean
: Remove Garden Linux submodule and reset the environment