rpmbuild: build on RHEL-9.4 and RHEL-8.10
This commit is contained in:
parent
4b44fedbb9
commit
fd29a31832
3 changed files with 88 additions and 2 deletions
|
|
@ -55,6 +55,10 @@ RPM:
|
||||||
- aws/rhel-8.9-nightly-aarch64
|
- aws/rhel-8.9-nightly-aarch64
|
||||||
- aws/rhel-9.3-nightly-x86_64
|
- aws/rhel-9.3-nightly-x86_64
|
||||||
- aws/rhel-9.3-nightly-aarch64
|
- aws/rhel-9.3-nightly-aarch64
|
||||||
|
- aws/rhel-8.10-nightly-x86_64
|
||||||
|
- aws/rhel-8.10-nightly-aarch64
|
||||||
|
- aws/rhel-9.4-nightly-x86_64
|
||||||
|
- aws/rhel-9.4-nightly-aarch64
|
||||||
INTERNAL_NETWORK: "true"
|
INTERNAL_NETWORK: "true"
|
||||||
|
|
||||||
OSTree Images:
|
OSTree Images:
|
||||||
|
|
|
||||||
84
Schutzfile
84
Schutzfile
|
|
@ -253,6 +253,47 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"rhel-8.10": {
|
||||||
|
"repos": [
|
||||||
|
{
|
||||||
|
"file": "/etc/yum.repos.d/rhel8internal.repo",
|
||||||
|
"x86_64": [
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS",
|
||||||
|
"name": "baseos",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-baseos-n8.10-20231015"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-AppStream",
|
||||||
|
"name": "appstream",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-appstream-n8.10-20231015"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-CRB",
|
||||||
|
"name": "crb",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-crb-n8.10-20231015"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"aarch64": [
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS",
|
||||||
|
"name": "baseos",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-baseos-n8.10-20231015"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-AppStream",
|
||||||
|
"name": "appstream",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-appstream-n8.10-20231015"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-CRB",
|
||||||
|
"name": "crb",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-crb-n8.10-20231015"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"rhel-9.3": {
|
"rhel-9.3": {
|
||||||
"repos": [
|
"repos": [
|
||||||
{
|
{
|
||||||
|
|
@ -294,6 +335,47 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"rhel-9.4": {
|
||||||
|
"repos": [
|
||||||
|
{
|
||||||
|
"file": "/etc/yum.repos.d/rhel9internal.repo",
|
||||||
|
"x86_64": [
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS",
|
||||||
|
"name": "baseos",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-baseos-n9.4-20231015"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
|
||||||
|
"name": "appstream",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.4-20231015"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
|
||||||
|
"name": "crb",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-crb-n9.4-20231015"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"aarch64": [
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS",
|
||||||
|
"name": "baseos",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.4-20231015"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
|
||||||
|
"name": "appstream",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.4-20231015"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
|
||||||
|
"name": "crb",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-crb-n9.4-20231015"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"centos-stream-8": {
|
"centos-stream-8": {
|
||||||
"repos": [
|
"repos": [
|
||||||
{
|
{
|
||||||
|
|
@ -349,4 +431,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
b7c1d9078a7da3b68c1aa2f4401565c52b3fdab6
|
a811c09b5ce5831768b09841dd5696fc967ab41a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue