Sfoglia il codice sorgente

Merge pull request #42552 from thaJeztah/jenkins_cross

Fix cross compilation in Jenkinsfile
Sebastiaan van Stijn 4 anni fa
parent
commit
ee8f581167
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -87,7 +87,7 @@ pipeline {
                         }
                         stage("Build dev image") {
                             steps {
-                                sh 'docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .'
+                                sh 'docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:${GIT_COMMIT} .'
                             }
                         }
                         stage("Validate") {