mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Add F41 tests (#145)
Co-authored-by: Noel Miller <noelmiller@protonmail.com>
This commit is contained in:
parent
f9395d5ae1
commit
a1ce6da2d6
5 changed files with 27 additions and 31 deletions
37
.github/workflows/build_vars.yml
vendored
37
.github/workflows/build_vars.yml
vendored
|
|
@ -10,40 +10,19 @@ on:
|
|||
{
|
||||
"version": [
|
||||
"39",
|
||||
"40",
|
||||
],
|
||||
"40",
|
||||
"41"
|
||||
],
|
||||
"flatpaks": [
|
||||
"false",
|
||||
"flatpak_dir",
|
||||
"flatpak_refs_dir",
|
||||
"flatpak_refs"
|
||||
],
|
||||
"exclude": [
|
||||
{
|
||||
"version": "40",
|
||||
"flatpaks": "flatpak_dir"
|
||||
},
|
||||
{
|
||||
"version": "40",
|
||||
"flatpaks": "flatpak_refs"
|
||||
}
|
||||
"image_repo": [
|
||||
"ghcr.io/ublue-os"
|
||||
],
|
||||
"include": [
|
||||
{
|
||||
"version": "39",
|
||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"image_name": "base"
|
||||
},
|
||||
{
|
||||
"version": "40",
|
||||
"image_repo": "quay.io/fedora",
|
||||
"image_name": "fedora-bootc"
|
||||
},
|
||||
{
|
||||
"version": "38",
|
||||
"image_repo": "quay.io/fedora",
|
||||
"image_name": "fedora-bootc",
|
||||
"image_src": "docker://quay.io/fedora-ostree-desktops/base:39"
|
||||
}
|
||||
"image_name": [
|
||||
"base-main"
|
||||
]
|
||||
}'
|
||||
VARIANT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue