Skip to content

Commit

Permalink
[7.13](backport #25977) Disable armv7 packaging (#25986)
Browse files Browse the repository at this point in the history
(cherry picked from commit a2737b1)

Co-authored-by: Steffen Siering <[email protected]>
  • Loading branch information
mergify[bot] and Steffen Siering authored May 28, 2021
1 parent e908769 commit 508eb2f
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 @@ -284,9 +284,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 508eb2f

Please sign in to comment.