We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f78d80 commit e3f54d2Copy full SHA for e3f54d2
jenkins/scripts/VersionSelectorScript.groovy
@@ -35,6 +35,7 @@ def buildExclusions = [
35
[ /^centos7-ppcle/, anyType, gte(18) ],
36
37
// ARM --------------------------------------------------
38
+ [ /^ubuntu1804-arm64/, anyType, gte(21) ],
39
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-4.9/, anyType, gte(16) ],
40
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-6/, anyType, gte(16) ],
41
[ /^cross-compiler-ubuntu1804-armv7-gcc-6/, anyType, gte(16) ],
0 commit comments