Skip to content

Commit

Permalink
Revert "As suggested in the code review"
Browse files Browse the repository at this point in the history
This reverts commit 7b7ce07.
  • Loading branch information
v1v committed Feb 16, 2021
1 parent 7b7ce07 commit 716ccca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,11 @@ 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}"
"PLATFORMS=${PLATFORMS}",
"PACKAGES=docker"
]) {
target(args)
}
Expand Down

0 comments on commit 716ccca

Please sign in to comment.