Skip to content

Commit 7ed75a1

Browse files
v1vmergify-bot
authored andcommitted
Packaging: linux/armv7 is not supported (#26706)
See #26677 and #25977 (cherry picked from commit 8c3f0d5)
1 parent 61c89f8 commit 7ed75a1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.ci/packaging.groovy

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,11 @@ pipeline {
138138
'linux/amd64',
139139
'linux/386',
140140
'linux/arm64',
141-
'linux/armv7',
141+
// armv7 packaging isn't working, and we don't currently
142+
// need it for release. Do not re-enable it without
143+
// confirming it is fixed, you will break the packaging
144+
// pipeline!
145+
//'linux/armv7',
142146
// The platforms above are disabled temporarly as crossbuild images are
143147
// not available. See: https://github.com/elastic/golang-crossbuild/issues/71
144148
//'linux/ppc64le',

0 commit comments

Comments
 (0)