Skip to content

Commit 18a1f90

Browse files
faecmergify-bot
authored andcommitted
Disable armv7 packaging (#26679)
(cherry picked from commit f8c68b5)
1 parent a7f340e commit 18a1f90

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,11 @@ def packagingLinux(Map args = [:]) {
353353
'linux/amd64',
354354
'linux/386',
355355
'linux/arm64',
356-
'linux/armv7',
356+
// armv7 packaging isn't working, and we don't currently
357+
// need it for release. Do not re-enable it without
358+
// confirming it is fixed, you will break the packaging
359+
// pipeline!
360+
//'linux/armv7',
357361
// The platforms above are disabled temporarly as crossbuild images are
358362
// not available. See: https://github.com/elastic/golang-crossbuild/issues/71
359363
//'linux/ppc64le',

0 commit comments

Comments
 (0)