We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9957995 commit 060809aCopy full SHA for 060809a
jenkins/scripts/VersionSelectorScript.groovy
@@ -20,6 +20,8 @@ def buildExclusions = [
20
[ /debian8-x86/, anyType, gte(10) ], // 32-bit linux for <10 only
21
[ /^ubuntu1804/, anyType, lt(10) ], // probably temporary
22
[ /^ubuntu1204/, anyType, gte(10) ],
23
+ [ /^ubuntu1404-32/, anyType, gte(10) ], // 32-bit linux for <10 only
24
+ [ /^ubuntu1604-32/, anyType, gte(10) ], // 32-bit linux for <10 only
25
26
// ARM --------------------------------------------------
27
[ /^debian7-docker-armv7$/, anyType, gte(10) ],
0 commit comments