github: drop Fedora 40, add Fedora 42
This commit is contained in:
parent
72e3e1699e
commit
e5802d4eb6
2 changed files with 34 additions and 65 deletions
|
|
@ -35,10 +35,10 @@ RPM:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUNNER:
|
||||
- aws/fedora-40-x86_64
|
||||
- aws/fedora-40-aarch64
|
||||
- aws/fedora-41-x86_64
|
||||
- aws/fedora-41-aarch64
|
||||
- aws/fedora-42-x86_64
|
||||
- aws/fedora-42-aarch64
|
||||
- aws/centos-stream-9-x86_64
|
||||
- aws/centos-stream-9-aarch64
|
||||
- aws/centos-stream-10-x86_64
|
||||
|
|
|
|||
95
Schutzfile
95
Schutzfile
|
|
@ -6,68 +6,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fedora-39": {
|
||||
"repos": [
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f39/f39-x86_64-fedora-20231109"
|
||||
},
|
||||
{
|
||||
"title": "fedora-updates",
|
||||
"name": "fedora-updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f39/f39-x86_64-updates-released-20250101"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f39/f39-aarch64-fedora-20231109"
|
||||
},
|
||||
{
|
||||
"title": "fedora-updates",
|
||||
"name": "fedora-updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f39/f39-aarch64-updates-released-20250101"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"fedora-40": {
|
||||
"repos": [
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f40/f40-x86_64-fedora-20240514"
|
||||
},
|
||||
{
|
||||
"title": "fedora-updates",
|
||||
"name": "fedora-updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f40/f40-x86_64-updates-released-20250501"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f40/f40-aarch64-fedora-20240514"
|
||||
},
|
||||
{
|
||||
"title": "fedora-updates",
|
||||
"name": "fedora-updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f40/f40-aarch64-updates-released-20250501"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"fedora-41": {
|
||||
"repos": [
|
||||
{
|
||||
|
|
@ -99,6 +37,37 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"fedora-42": {
|
||||
"repos": [
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f42/f42-x86_64-fedora-20250512"
|
||||
},
|
||||
{
|
||||
"title": "fedora-updates",
|
||||
"name": "fedora-updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f42/f42-x86_64-updates-released-20250515"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f42/f42-aarch64-fedora-20250512"
|
||||
},
|
||||
{
|
||||
"title": "fedora-updates",
|
||||
"name": "fedora-updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f42/f42-aarch64-updates-released-20250515"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"centos-stream-9": {
|
||||
"repos": [
|
||||
{
|
||||
|
|
@ -345,4 +314,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue