From d3df41520bdd1edff459695d1ca2f1428e55c0c8 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 18 Feb 2021 16:08:15 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ede5b7f90561..60cdd946e19e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -265,7 +265,6 @@ def k8sTest(Map args = [:]) { * This method runs the packaging for ARM */ def packagingArm(Map args = [:]) { - PACKAGES = "docker" def PLATFORMS = [ 'linux/arm64' ].join(' ') withEnv([ "PLATFORMS=${PLATFORMS}",