#874: send name of platform on creating container
This commit is contained in:
parent
0c69326e80
commit
b22dfd8939
|
@ -81,6 +81,7 @@ module AbfWorker
|
|||
:arch => build_list.arch.name,
|
||||
:distrib_type => build_list.build_for_platform.distrib_type,
|
||||
:platform => {
|
||||
:name => build_list.save_to_platform.name,
|
||||
:platform_path => platform_path,
|
||||
:released => false
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue