Add builds for Debian 11
This commit is contained in:
parent
5904663b70
commit
3a1b8a2a10
1 changed files with 116 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue