We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f340e commit 18a1f90Copy full SHA for 18a1f90
1 file changed
Jenkinsfile
@@ -353,7 +353,11 @@ def packagingLinux(Map args = [:]) {
353
'linux/amd64',
354
'linux/386',
355
'linux/arm64',
356
- 'linux/armv7',
+ // 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',
361
// The platforms above are disabled temporarly as crossbuild images are
362
// not available. See: https://github.com/elastic/golang-crossbuild/issues/71
363
//'linux/ppc64le',
0 commit comments