Commit 5063a162 authored by Roger Wu's avatar Roger Wu

Update Jenkinsfile

parent 366bc32c
...@@ -15,7 +15,7 @@ pipeline { ...@@ -15,7 +15,7 @@ pipeline {
} }
stage('Build Docker Image') { stage('Build Docker Image') {
steps { steps {
sh '''mvn docker:build sh '''mvn docker:build -Ddocker.platform.arch=arm64 -Djib.to.tags=arm64
IFS=$\' IFS=$\'
\'; \';
for info in $(docker images|grep $image_prefix/$docker_image_name); for info in $(docker images|grep $image_prefix/$docker_image_name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment