On a whim
This commit is contained in:
parent
f09bf6c7d9
commit
9e9bd6b257
8
main.js
8
main.js
|
@ -154,11 +154,11 @@ async function main() {
|
||||||
]
|
]
|
||||||
|
|
||||||
// Used by pybuild
|
// Used by pybuild
|
||||||
for (i in targetArchitectures) {
|
const libPythonPackages = targetArchitectures.map(targetArchitecture => {
|
||||||
devPackages.concat("libpython3.7-minimal:" + targetArchitectures[i])
|
return "libpython3.7-minimal:" + targetArchitecture
|
||||||
}
|
})
|
||||||
|
|
||||||
return devPackages
|
return devPackages.concat(libPythonPackages)
|
||||||
}
|
}
|
||||||
core.startGroup("Install development packages")
|
core.startGroup("Install development packages")
|
||||||
await exec.exec("docker", ["exec", container].concat(
|
await exec.exec("docker", ["exec", container].concat(
|
||||||
|
|
Loading…
Reference in a new issue