Fix cross compilation in Jenkinsfile

Signed-off-by: Frédéric Dalleau <frederic.dalleau@docker.com>
This commit is contained in:
Frédéric Dalleau 2021-06-22 11:30:35 +02:00
parent 25917217ca
commit 72549d4ca1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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") {