mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 04:13:16 +01:00
Adding option for customized containers
This commit is contained in:
@@ -104,7 +104,7 @@ def build_all_containers():
|
||||
if container.type == 'linux':
|
||||
pass
|
||||
cont_images.append(build_linux_container(config, projpaths, container))
|
||||
elif container.type == 'baremetal':
|
||||
elif container.type == 'baremetal' or container.type == 'custom':
|
||||
cont_images.append(build_default_container(config, projpaths, container))
|
||||
elif container.type == 'posix':
|
||||
cont_images.append(build_posix_container(config, projpaths, container))
|
||||
|
||||
Reference in New Issue
Block a user