From a360728b13747f5fb76e695811b1ba0186d52c45 Mon Sep 17 00:00:00 2001 From: Justin Florentine Date: Tue, 2 Apr 2024 11:14:42 -0400 Subject: [PATCH] redundant loop Signed-off-by: Justin Florentine --- build.gradle | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/build.gradle b/build.gradle index 48aea9d8ae2..b79124dc0a2 100644 --- a/build.gradle +++ b/build.gradle @@ -863,25 +863,6 @@ task manifestDocker { doLast { for (baseTag in tags) { - //for (def variant in dockerVariants) { - //def variantImage = "${baseTag}-${variant}" - def targets = "" - archs.forEach { arch -> targets += "'${image}-${arch}' " } - - exec { - def cmd = "docker manifest create '${image}' ${targets}" - println "Executing '${cmd}'" - executable shell - args "-c", cmd - } - exec { - def cmd = "docker manifest push '${image}'" - println "Executing '${cmd}'" - executable shell - args "-c", cmd - } - //} - exec { targets = "" archs.forEach { arch -> targets += "'${baseTag}-${arch}' " }