tests: Add f41 and update terraform hash

This commit is contained in:
Brian C. Lane 2024-05-14 10:49:32 -07:00 committed by Simon de Vlieger
parent d30fca16c6
commit 0bbdabfcca
3 changed files with 25 additions and 2 deletions

View file

@ -68,6 +68,27 @@
}
]
},
"fedora-41": {
"repos": [
{
"file": "/etc/yum.repos.d/fedora.repo",
"x86_64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f41/f41-x86_64-rawhide-20240715"
}
],
"aarch64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f41/f41-aarch64-rawhide-20240715"
}
]
}
]
},
"centos-stream-9": {
"repos": [
{
@ -232,4 +253,4 @@
}
]
}
}
}