feat: Add ExecutorCrun and enable container node creation
- Add ExecutorCrun to Executor type union - Expose ExecutorCrun.init() as public - Implement Container.node() to build builder.Node - Initialize ExecutorCrun and assign to new node - Set default node properties (platform, cputype)
This commit is contained in:
@@ -2,7 +2,7 @@ module builder
|
||||
|
||||
import freeflowuniverse.herolib.data.ipaddress
|
||||
|
||||
type Executor = ExecutorLocal | ExecutorSSH
|
||||
type Executor = ExecutorLocal | ExecutorSSH | ExecutorCrun
|
||||
|
||||
pub struct ExecutorNewArguments {
|
||||
pub mut:
|
||||
|
||||
Reference in New Issue
Block a user