Add builds for Debian 11

This commit is contained in:
Greg Lin 2021-10-21 08:47:27 -05:00
commit 3a1b8a2a10

View file

@ -136,6 +136,7 @@ def queue_builds(event, context):
'opensuse-153',
'centos-8',
'debian-10',
'debian-11',
] and version in ['3.3.0', '3.3.1', '3.3.2']:
continue
job_ids.append(_submit_job(version, platform))