Commit 26dfba8e authored by Roger Wu's avatar Roger Wu

Update Jenkinsfile_release_arm

parent 1ccf09bc
......@@ -23,7 +23,7 @@ pipeline {
steps {
sh '''
cd build
docker build -t $registry_address/$image_name:latest .'''
docker build -t $registry_address/$image_name:latest --platform linux/arm64 .'''
}
}
stage('PUSH IMAGE') {
......
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