Skip to content

Commit

Permalink
Packaging: add arm7 platform in the main pipeline (#26575)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jun 30, 2021
1 parent 8ca57d3 commit ef283a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@ def packagingLinux(Map args = [:]) {
'linux/amd64',
'linux/386',
'linux/arm64',
'linux/armv7',
// The platforms above are disabled temporarly as crossbuild images are
// not available. See: https://github.com/elastic/golang-crossbuild/issues/71
//'linux/armv7',
//'linux/ppc64le',
//'linux/mips64',
//'linux/s390x',
Expand Down

0 comments on commit ef283a8

Please sign in to comment.