Skip to content

Commit f60c43d

Browse files
committed
MDBF-1156: Add Ubuntu 26.04 - no VMs yet
1 parent 583be7c commit f60c43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
ALL_PLATFORMS.add(arch)
298298
BUILDERS_AUTOBAKE.append(builder_name_autobake)
299299
# No VM install for opensuse16.0.0 yet
300-
if os_i == "opensuse-1600":
300+
if os_i in ["opensuse-1600", "ubuntu-2604"]:
301301
continue
302302
# Currently there are no VMs for x86 and s390x
303303
if arch not in ["s390x", "x86"]:

0 commit comments

Comments
 (0)