diff --git a/main.js b/main.js index d4039c6..018c2b0 100644 --- a/main.js +++ b/main.js @@ -154,9 +154,9 @@ async function main() { ] // Used by pybuild - for (const targetArchitecture of targetArchitectures) { + targetArchitectures.forEach(targetArchitecture => { devPackages.concat("libpython3.7-minimal:" + targetArchitecture) - } + }); return devPackages }