ci: update Fedora 37 runners to GA
We used pre-GA repositories previously. Since GA is now out, let's switch to it. We need to do two changes: - use the latest terraform definitions that use the GA images - update Schutzfile to use GA repositories (and updates) Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
7ae79e7786
commit
97c8622a0c
2 changed files with 10 additions and 10 deletions
18
Schutzfile
18
Schutzfile
|
|
@ -166,14 +166,14 @@
|
||||||
{
|
{
|
||||||
"title": "fedora",
|
"title": "fedora",
|
||||||
"name": "fedora",
|
"name": "fedora",
|
||||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-fedora-development-20221115/"
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-fedora-20221124"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aarch64": [
|
"aarch64": [
|
||||||
{
|
{
|
||||||
"title": "fedora",
|
"title": "fedora",
|
||||||
"name": "fedora",
|
"name": "fedora",
|
||||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-fedora-development-20221115/"
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-fedora-20221124"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -183,14 +183,14 @@
|
||||||
{
|
{
|
||||||
"title": "fedora-modular",
|
"title": "fedora-modular",
|
||||||
"name": "fedora-modular",
|
"name": "fedora-modular",
|
||||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-fedora-modular-development-20221115/"
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-fedora-modular-20221124"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aarch64": [
|
"aarch64": [
|
||||||
{
|
{
|
||||||
"title": "fedora-modular",
|
"title": "fedora-modular",
|
||||||
"name": "fedora-modular",
|
"name": "fedora-modular",
|
||||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-fedora-modular-development-20221115/"
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-fedora-modular-20221124"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -200,14 +200,14 @@
|
||||||
{
|
{
|
||||||
"title": "updates",
|
"title": "updates",
|
||||||
"name": "updates",
|
"name": "updates",
|
||||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-fedora-development-20221115/"
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-updates-released-20221124"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aarch64": [
|
"aarch64": [
|
||||||
{
|
{
|
||||||
"title": "updates",
|
"title": "updates",
|
||||||
"name": "updates",
|
"name": "updates",
|
||||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-fedora-development-20221115/"
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-updates-released-20221124"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -217,14 +217,14 @@
|
||||||
{
|
{
|
||||||
"title": "updates-modular",
|
"title": "updates-modular",
|
||||||
"name": "updates-modular",
|
"name": "updates-modular",
|
||||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-fedora-modular-development-20221115/"
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-x86_64-updates-released-modular-20221124"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aarch64": [
|
"aarch64": [
|
||||||
{
|
{
|
||||||
"title": "updates-modular",
|
"title": "updates-modular",
|
||||||
"name": "updates-modular",
|
"name": "updates-modular",
|
||||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-fedora-modular-development-20221115/"
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f37/f37-aarch64-updates-released-modular-20221124"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -545,4 +545,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
79e0bf92fa92a143a703acc795d4c9cfc8001e66
|
04c82e2156dfee54181e10eac317957a8426f091
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue