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>
                                     }
                                     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 {