Add back the third job
This commit is contained in:
parent
e2279e671a
commit
71e061429e
@ -1008,6 +1008,11 @@ def write_build_plan(args: Any) -> None:
|
||||
matrix["build-args"] = matrix["build-args"] + " --build-from end"
|
||||
matrix["name"] = matrix["name"] + "-2"
|
||||
jobs.append(matrix)
|
||||
if build_count > 9:
|
||||
matrix = dict(job_info["matrix"])
|
||||
matrix["build-args"] = matrix["build-args"] + " --build-from middle"
|
||||
matrix["name"] = matrix["name"] + "-3"
|
||||
jobs.append(matrix)
|
||||
|
||||
write_out(jobs)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user