mirror of
https://github.com/drasko/codezero.git
synced 2026-01-18 13:53:16 +01:00
Integrated building of posix images as a container
Issues: Some intermediate .elf files should not go into final container image. Perhaps those will be built with different or no extension
This commit is contained in:
@@ -106,7 +106,7 @@ class configuration:
|
||||
if param2 == "LINUX":
|
||||
self.containers[id].type = "linux"
|
||||
elif param2 == "C0_POSIX":
|
||||
self.containers[id].type = "cps"
|
||||
self.containers[id].type = "posix"
|
||||
elif param2 == "BARE":
|
||||
self.containers[id].type = "bare"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user