Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ce29c19

Browse files
Cross build invocation image on windows node to get arm64 support for docker build.
Signed-off-by: Silvin Lubecki <[email protected]>
1 parent 8ec5d25 commit ce29c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.baguette

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipeline {
5959
}
6060
stage('Invocation image'){
6161
agent {
62-
label 'ubuntu-1804'
62+
label 'team-local && windows && linux-containers'
6363
}
6464
steps {
6565
dir('src/github.com/docker/app') {

0 commit comments

Comments
 (0)