Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Cross build invocation image on windows node to get arm64 support for…
Browse files Browse the repository at this point in the history
… docker build.

Signed-off-by: Silvin Lubecki <[email protected]>
  • Loading branch information
silvin-lubecki committed Dec 9, 2019
1 parent 8ec5d25 commit ce29c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.baguette
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pipeline {
}
stage('Invocation image'){
agent {
label 'ubuntu-1804'
label 'team-local && windows && linux-containers'
}
steps {
dir('src/github.com/docker/app') {
Expand Down

0 comments on commit ce29c19

Please sign in to comment.