Skip to content

Commit

Permalink
Disable armv7 packaging (#25977)
Browse files Browse the repository at this point in the history
(cherry picked from commit a2737b1)
  • Loading branch information
Steffen Siering authored and mergify-bot committed May 28, 2021
1 parent afce459 commit bc431b6
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 @@ -345,9 +345,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 bc431b6

Please sign in to comment.