Skip to content

Commit

Permalink
jenkins: skip ubuntu1804-arm64 on Node.js >=21
Browse files Browse the repository at this point in the history
We already have coverage for Ubuntu 20.04.

Refs: nodejs#3317
  • Loading branch information
targos committed Dec 10, 2023
1 parent 7f78d80 commit e3f54d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def buildExclusions = [
[ /^centos7-ppcle/, anyType, gte(18) ],

// ARM --------------------------------------------------
[ /^ubuntu1804-arm64/, anyType, gte(21) ],
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-4.9/, anyType, gte(16) ],
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-6/, anyType, gte(16) ],
[ /^cross-compiler-ubuntu1804-armv7-gcc-6/, anyType, gte(16) ],
Expand Down

0 comments on commit e3f54d2

Please sign in to comment.