Skip to content

Commit

Permalink
Packaging: add arm7 platform in the main pipeline (#26575) (#26599)
Browse files Browse the repository at this point in the history
(cherry picked from commit ef283a8)

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
  • Loading branch information
mergify[bot] and v1v committed Jun 30, 2021
1 parent 8d5f22f commit 3ddad4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -352,9 +352,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 3ddad4c

Please sign in to comment.