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:
parent
c166a60cda
commit
68d80452e6
2 changed files with 28 additions and 21 deletions
27
.github/workflows/build_vars.yml
vendored
27
.github/workflows/build_vars.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue