mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-23 03:22:58 +00:00
This adds a new package for the iso builder run directly on go. This is extracted from the original elemental-cli and then from the now build-less kairos-agent This uses no deps on elemental, only deps are on kairos-agent for the config stuff mainly. Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
8 lines
85 B
Go
8 lines
85 B
Go
package main
|
|
|
|
import "github.com/kairos-io/enki/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|