Skip to content

Commit

Permalink
Disable armv7 packaging (#26679)
Browse files Browse the repository at this point in the history
  • Loading branch information
faec committed Jul 1, 2021
1 parent cc7c642 commit f8c68b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,11 @@ def packagingLinux(Map args = [:]) {
'linux/amd64',
'linux/386',
'linux/arm64',
'linux/armv7',
// armv7 packaging isn't working, and we don't currently
// need it for release. Do not re-enable it without
// confirming it is fixed, you will break the packaging
// pipeline!
//'linux/armv7',
// The platforms above are disabled temporarly as crossbuild images are
// not available. See: https://github.com/elastic/golang-crossbuild/issues/71
//'linux/ppc64le',
Expand Down

0 comments on commit f8c68b5

Please sign in to comment.