We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583be7c commit f60c43dCopy full SHA for f60c43d
constants.py
@@ -297,7 +297,7 @@
297
ALL_PLATFORMS.add(arch)
298
BUILDERS_AUTOBAKE.append(builder_name_autobake)
299
# No VM install for opensuse16.0.0 yet
300
- if os_i == "opensuse-1600":
+ if os_i in ["opensuse-1600", "ubuntu-2604"]:
301
continue
302
# Currently there are no VMs for x86 and s390x
303
if arch not in ["s390x", "x86"]:
0 commit comments