Browse Source

use correct arch for from:

master
Julien Cabillot 2 weeks ago
parent
commit
a0bb0cc195
1 changed files with 1 additions and 1 deletions
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -26,7 +26,7 @@ pipeline {
stage('Build image') {
steps{
sh 'docker build --force-rm=true --no-cache=true --pull -t ${dockerImage} .'
sh 'docker build --build-arg VERSION=arm64 --force-rm=true --no-cache=true --pull -t ${dockerImage} .'
}
}

Loading…
Cancel
Save