Print architecture when building package

This commit is contained in:
Jorge Capona 2020-10-28 18:46:55 -03:00
parent e1e494382a
commit 4b4ceba34a
No known key found for this signature in database
GPG key ID: 2705768F429E3888

View file

@ -154,7 +154,7 @@ async function main() {
for (targetArchitecture in targetArchitectures) {
runDockerExecStep(
"Build package",
"Build package for architecture: " + targetArchitecture,
[
"dpkg-buildpackage",
"-a" + targetArchitecture