aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-05 20:29:01 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-03-05 20:29:07 -0500
commitedcb31492dbc6aab5906c5b00874b5631f5cb8ea (patch)
tree34579e8adfe6f01fa5bfe41eb906b5bdfb1c1359
parent2d280012e46f007c0ff9686737d98de6561e669e (diff)
Add println for OS arch
The arm64 merge thinks its creating amd64, adding this for debugging. Perhaps the switch to ubuntu 18.04 has a different value. Issue-ID: POLICY-1997 Change-Id: I75ef01d676d9413659c126e25c9474e22bb79cd4 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--packages/policy-pap-docker/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml
index 2b5cd2ab..8ca4cab4 100644
--- a/packages/policy-pap-docker/pom.xml
+++ b/packages/policy-pap-docker/pom.xml
@@ -74,6 +74,7 @@
}
println 'New tag for docker: ' + project.properties['project.docker.latest.minmax.tag.version']
}
+ println 'The arch is: ' + System.properties['os.arch'];
if ( "aarch64".equals(System.properties['os.arch']) ) {
project.properties['project.docker.arch'] = "arm64";
} else {