File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,17 @@ buildvariants:
142142 tasks :
143143 - run-tests-ubuntu
144144 - run-tests-ubuntu-rtld
145+ - name : ubuntu2204-x64-node-24
146+ display_name : ' Ubuntu 22.04 x64 - Node 24'
147+ run_on : ubuntu2204-small
148+ expansions :
149+ has_packages : true
150+ packager_distro : ubuntu2204
151+ packager_arch : x86_64
152+ NODE_LTS_VERSION : " 24"
153+ tasks :
154+ - run-tests-ubuntu
155+ - run-tests-ubuntu-rtld
145156 - name : ubuntu2204-arm64-node-20
146157 display_name : ' Ubuntu 22.04 arm64 - Node 20'
147158 run_on : ubuntu2204-arm64-small
@@ -164,3 +175,14 @@ buildvariants:
164175 tasks :
165176 - run-tests-ubuntu
166177 - run-tests-ubuntu-rtld
178+ - name : ubuntu2204-arm64-node-24
179+ display_name : ' Ubuntu 22.04 arm64 - Node 24'
180+ run_on : ubuntu2204-arm64-small
181+ expansions :
182+ has_packages : true
183+ packager_distro : ubuntu2204
184+ packager_arch : arm64
185+ NODE_LTS_VERSION : " 24"
186+ tasks :
187+ - run-tests-ubuntu
188+ - run-tests-ubuntu-rtld
You can’t perform that action at this time.
0 commit comments