diff --git a/main.js b/main.js index f880f0a..ccdc2ea 100644 --- a/main.js +++ b/main.js @@ -154,7 +154,7 @@ async function main() { for (targetArchitecture in targetArchitectures) { runDockerExecStep( - "Build package", + "Build package for architecture: " + targetArchitecture, [ "dpkg-buildpackage", "-a" + targetArchitecture