mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Test with base Fedora images (#155)
This commit is contained in:
parent
362fea7d5d
commit
46786df344
1 changed files with 32 additions and 4 deletions
34
.github/workflows/build_vars.yml
vendored
34
.github/workflows/build_vars.yml
vendored
|
|
@ -19,10 +19,38 @@ on:
|
|||
"flatpak_refs"
|
||||
],
|
||||
"image_repo": [
|
||||
"ghcr.io/ublue-os"
|
||||
"ghcr.io/ublue-os",
|
||||
"quay.io/fedora-ostree-desktops"
|
||||
],
|
||||
"image_name": [
|
||||
"base-main"
|
||||
"include": [
|
||||
{
|
||||
"image_repo": "ghcr.io/ublue-os",
|
||||
"image_name": "base-main",
|
||||
},
|
||||
{
|
||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"version": "40",
|
||||
"image_name": "base"
|
||||
},
|
||||
{
|
||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"version": "41",
|
||||
"image_name": "base-atomic"
|
||||
}
|
||||
],
|
||||
"exclude": [
|
||||
{
|
||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"version": "39"
|
||||
},
|
||||
{
|
||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"flatpaks": "flatpak_refs_dir"
|
||||
},
|
||||
{
|
||||
"image_repo": "quay.io/fedora-ostree-desktops",
|
||||
"flatpaks": "flatpak_refs"
|
||||
}
|
||||
]
|
||||
}'
|
||||
VARIANT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue