1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

move to matrix var with new repos

This commit is contained in:
Jason N. 2024-05-09 11:56:42 -04:00
parent c166a60cda
commit 68d80452e6
2 changed files with 28 additions and 21 deletions

View file

@ -12,7 +12,6 @@ on:
"38",
"39",
"40",
"eln"
],
"flatpaks": [
"false",
@ -21,19 +20,33 @@ on:
],
"exclude": [
{
"version": "eln",
"version": "40",
"flatpaks": "flatpak_dir"
},
{
"version": "eln",
"version": "40",
"flatpaks": "flatpak_refs"
}
],
"include": [
{
"version": "38",
"image_repo": "quay.io/fedora-ostree-desktops",
"image_name": "base"
},
{
"version": "39",
"image_repo": "quay.io/fedora-ostree-desktops",
"image_name": "base"
},
{
"version": "40",
"image_repo": "quay.io/fedora",
"image_name": "fedora-bootc",
"repos": "repos/centos.repo"
}
]
}'
IMAGE_NAME:
value: 'base'
IMAGE_REPO:
value: 'quay.io/fedora-ostree-desktops'
VARIANT:
value: 'Server'
FLATPAK_REMOTE_REFS_DIR: