mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
rearrange matrix
This commit is contained in:
parent
5824ad56a4
commit
1165b967e1
1 changed files with 13 additions and 15 deletions
28
.github/workflows/build_vars.yml
vendored
28
.github/workflows/build_vars.yml
vendored
|
|
@ -8,6 +8,11 @@ on:
|
|||
BUILD_MATRIX:
|
||||
value: '
|
||||
{
|
||||
"version": [
|
||||
"39",
|
||||
"40",
|
||||
"41"
|
||||
],
|
||||
"flatpaks": [
|
||||
"false",
|
||||
"flatpak_refs_dir",
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue