rpmbuild: build on fedora-38
This commit is contained in:
parent
162587724a
commit
4d5715faf1
3 changed files with 41 additions and 1 deletions
|
|
@ -40,6 +40,8 @@ RPM:
|
|||
- aws/fedora-36-aarch64
|
||||
- aws/fedora-37-x86_64
|
||||
- aws/fedora-37-aarch64
|
||||
- aws/fedora-38-x86_64
|
||||
- aws/fedora-38-aarch64
|
||||
- aws/centos-stream-8-x86_64
|
||||
- aws/centos-stream-8-aarch64
|
||||
- aws/centos-stream-9-x86_64
|
||||
|
|
|
|||
38
Schutzfile
38
Schutzfile
|
|
@ -222,6 +222,44 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"fedora-38": {
|
||||
"repos": [
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-branched-20230316"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-branched-20230316"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora-modular.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "fedora-modular",
|
||||
"name": "fedora-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-branched-modular-20230316"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "fedora-modular",
|
||||
"name": "fedora-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-branched-modular-20230316"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"centos-stream-9": {
|
||||
"repos": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
460d034f182a6285a0133c86688c7281a28f548b
|
||||
aa7d9dd82a4b029c52bc7657ff1bfa5a12b370cb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue