Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Sep 29, 2023
1 parent 51e77f8 commit 08858bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pipeline {
// builds.each{ k, v -> v.push(k) } <- not used anymore

// the following command needs to be run first on a new node, but not after that
sh 'docker buildx create --use --name multiarch --append'
// sh 'docker buildx create --use --name multiarch --append'
EXERCISE_FOLDERS.each { exercise, folder ->
// old non multi-arch way
// def build = docker.build("${maintainer}/${imagename}:${exercise}-${tag}", "--no-cache --pull --build-arg VERSION_TAG=${tag} ${folder}")
Expand Down

0 comments on commit 08858bb

Please sign in to comment.