Skip to content

Commit

Permalink
jenkins: release ARM64 Windows for Node.js >= 19 (nodejs#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocgreis authored and targos committed Apr 7, 2023
1 parent 9082858 commit 60e0ab2
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 @@ -74,6 +74,7 @@ def buildExclusions = [
[ /vs2015/, releaseType, ltGte(6, 10) ],
[ /vs2017/, releaseType, ltGte(10, 14) ],
[ /vs2019/, releaseType, lt(14) ],
[ /vs2019-arm64/, releaseType, lt(19) ],
// VS versions supported to compile Node.js - also matches labels used by test runners
[ /vs2013(-\w+)?$/, testType, gte(6) ],
[ /vs2015(-\w+)?$/, testType, gte(10) ],
Expand Down

0 comments on commit 60e0ab2

Please sign in to comment.