Skip to content

Commit bc431b6

Browse files
Steffen Sieringmergify-bot
authored andcommitted
Disable armv7 packaging (#25977)
(cherry picked from commit a2737b1)
1 parent afce459 commit bc431b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@ def packagingLinux(Map args = [:]) {
345345
'linux/amd64',
346346
'linux/386',
347347
'linux/arm64',
348-
'linux/armv7',
349348
// The platforms above are disabled temporarly as crossbuild images are
350349
// not available. See: https://github.com/elastic/golang-crossbuild/issues/71
350+
//'linux/armv7',
351351
//'linux/ppc64le',
352352
//'linux/mips64',
353353
//'linux/s390x',

0 commit comments

Comments
 (0)