Skip to content

Commit

Permalink
Test with base Fedora images (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Jan 8, 2025
1 parent 362fea7 commit 46786df
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions .github/workflows/build_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
value: '
{
"version": [
"39",
"39",
"40",
"41"
],
Expand All @@ -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:
Expand Down

0 comments on commit 46786df

Please sign in to comment.