Add support for Ubuntu 24.04
This commit is contained in:
parent
49fd6fef5d
commit
111621f79a
1 changed files with 153 additions and 4 deletions
|
|
@ -59,6 +59,8 @@ provider:
|
|||
Ref: rBuildsBatchJobDefinitionUbuntu2004
|
||||
JOB_DEFINITION_ARN_ubuntu_2204:
|
||||
Ref: rBuildsBatchJobDefinitionUbuntu2204
|
||||
JOB_DEFINITION_ARN_ubuntu_2404:
|
||||
Ref: rBuildsBatchJobDefinitionUbuntu2404
|
||||
JOB_DEFINITION_ARN_debian_10:
|
||||
Ref: rBuildsBatchJobDefinitionDebian10
|
||||
JOB_DEFINITION_ARN_debian_11:
|
||||
|
|
@ -79,7 +81,7 @@ provider:
|
|||
Ref: rBuildsBatchJobDefinitionFedora38
|
||||
JOB_DEFINITION_ARN_fedora_39:
|
||||
Ref: rBuildsBatchJobDefinitionFedora39
|
||||
SUPPORTED_PLATFORMS: ubuntu-2004,ubuntu-2204,debian-10,debian-11,debian-12,centos-7,centos-8,rhel-9,opensuse-154,opensuse-155,fedora-38,fedora-39
|
||||
SUPPORTED_PLATFORMS: ubuntu-2004,ubuntu-2204,ubuntu-2404,debian-10,debian-11,debian-12,centos-7,centos-8,rhel-9,opensuse-154,opensuse-155,fedora-38,fedora-39
|
||||
|
||||
functions:
|
||||
queueBuilds:
|
||||
|
|
|
|||
Loading…
Reference in a new issue