Skip to content

Commit

Permalink
rearrange matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Jan 2, 2025
1 parent 5824ad5 commit 1165b96
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .github/workflows/build_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
BUILD_MATRIX:
value: '
{
"version": [
"39",
"40",
"41"
],
"flatpaks": [
"false",
"flatpak_refs_dir",
Expand All @@ -21,30 +26,23 @@ on:
{
"image_repo": "ghcr.io/ublue-os",
"image_name": "base-main",
"version": "39"
},
{
"image_repo": "ghcr.io/ublue-os",
"image_name": "base-main",
"version": "40"
},
{
"image_repo": "ghcr.io/ublue-os",
"image_name": "base-main",
"version": "41"
},
{
"image_repo": "quay.io/fedora-ostree-desktops",
"image_name": "base",
"version": "40"
"version": "40",
"image_name": "base"
},
{
"image_repo": "quay.io/fedora-ostree-desktops",
"image_name": "base-atomic",
"version": "41"
"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"
Expand Down

0 comments on commit 1165b96

Please sign in to comment.