Skip to content

Commit

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

0 comments on commit 7b7ce07

Please sign in to comment.