Start building RPMs on CentOS Stream 10 for testing

Related: COMPOSER-2226
This commit is contained in:
Alexander Todorov 2024-06-04 10:05:01 +03:00 committed by Alexander Todorov
parent 143677f5d9
commit 3bbf05243c
2 changed files with 43 additions and 0 deletions

View file

@ -41,6 +41,8 @@ RPM:
- aws/fedora-40-aarch64
- aws/centos-stream-9-x86_64
- aws/centos-stream-9-aarch64
- aws/centos-stream-10-x86_64
- aws/centos-stream-10-aarch64
- aws/rhel-8.10-ga-x86_64
- aws/rhel-8.10-ga-aarch64
- aws/rhel-9.4-ga-x86_64

View file

@ -109,6 +109,47 @@
}
]
},
"centos-stream-10": {
"repos": [
{
"file": "/etc/yum.repos.d/centos.repo",
"x86_64": [
{
"title": "baseos",
"name": "baseos",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-x86_64-baseos-20240615"
},
{
"title": "appstream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-x86_64-appstream-20240615"
},
{
"title": "crb",
"name": "crb",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-x86_64-crb-20240615"
}
],
"aarch64": [
{
"title": "baseos",
"name": "baseos",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-aarch64-baseos-20240615"
},
{
"title": "appstream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-aarch64-appstream-20240615"
},
{
"title": "crb",
"name": "crb",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el10/cs10-aarch64-crb-20240615"
}
]
}
]
},
"rhel-9.5": {
"repos": [
{