Add builds for Debian 11
This commit is contained in:
parent
5904663b70
commit
3a1b8a2a10
1 changed files with 116 additions and 2 deletions
|
|
@ -45,6 +45,8 @@ provider:
|
|||
Ref: rBuildsBatchJobDefinitionDebian9
|
||||
JOB_DEFINITION_ARN_debian_10:
|
||||
Ref: rBuildsBatchJobDefinitionDebian10
|
||||
JOB_DEFINITION_ARN_debian_11:
|
||||
Ref: rBuildsBatchJobDefinitionDebian11
|
||||
JOB_DEFINITION_ARN_centos_7:
|
||||
Ref: rBuildsBatchJobDefinitionCentos7
|
||||
JOB_DEFINITION_ARN_centos_8:
|
||||
|
|
@ -55,7 +57,7 @@ provider:
|
|||
Ref: rBuildsBatchJobDefinitionOpensuse152
|
||||
JOB_DEFINITION_ARN_opensuse_153:
|
||||
Ref: rBuildsBatchJobDefinitionOpensuse153
|
||||
SUPPORTED_PLATFORMS: ubuntu-1804,ubuntu-2004,ubuntu-2204,debian-9,debian-10,centos-7,centos-8,opensuse-42,opensuse-152,opensuse-153
|
||||
SUPPORTED_PLATFORMS: ubuntu-1804,ubuntu-2004,ubuntu-2204,debian-9,debian-10,debian-11,centos-7,centos-8,opensuse-42,opensuse-152,opensuse-153
|
||||
|
||||
functions:
|
||||
queueBuilds:
|
||||
|
|
|
|||
Loading…
Reference in a new issue