We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c89f8 commit 7ed75a1Copy full SHA for 7ed75a1
1 file changed
.ci/packaging.groovy
@@ -138,7 +138,11 @@ pipeline {
138
'linux/amd64',
139
'linux/386',
140
'linux/arm64',
141
- 'linux/armv7',
+ // 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',
146
// The platforms above are disabled temporarly as crossbuild images are
147
// not available. See: https://github.com/elastic/golang-crossbuild/issues/71
148
//'linux/ppc64le',
0 commit comments