Skip to content

Commit

Permalink
Merge branch 'feature/packaging-arm' of github.com:v1v/beats into fea…
Browse files Browse the repository at this point in the history
…ture/packaging-arm

* 'feature/packaging-arm' of github.com:v1v/beats:
  Update Jenkinsfile
  • Loading branch information
v1v committed Feb 23, 2021
2 parents 4bbb59a + d3df415 commit 22caa89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit 22caa89

Please sign in to comment.