From 08858bb7e5c0ca4c170f5311057c555039cd7994 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 29 Sep 2023 17:08:46 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0c42f6d..a6ac636 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}")