Print architecture when building package
This commit is contained in:
parent
e1e494382a
commit
4b4ceba34a
2
main.js
2
main.js
|
@ -154,7 +154,7 @@ async function main() {
|
||||||
|
|
||||||
for (targetArchitecture in targetArchitectures) {
|
for (targetArchitecture in targetArchitectures) {
|
||||||
runDockerExecStep(
|
runDockerExecStep(
|
||||||
"Build package",
|
"Build package for architecture: " + targetArchitecture,
|
||||||
[
|
[
|
||||||
"dpkg-buildpackage",
|
"dpkg-buildpackage",
|
||||||
"-a" + targetArchitecture
|
"-a" + targetArchitecture
|
||||||
|
|
Loading…
Reference in a new issue