diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7df91857..590de8c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Schutzfile b/Schutzfile index dce75ee3..eea20679 100644 --- a/Schutzfile +++ b/Schutzfile @@ -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": [ {