Merge branch 'pr/ci-tier-x' into 'main'

CI: also build tier-0 and tier-x

See merge request fedora/bootc/base-images!50
This commit is contained in:
Colin Walters (Red Hat) 2024-09-18 12:38:55 +00:00
commit 97e5c775fd
2 changed files with 5 additions and 1 deletions

View File

@ -4,8 +4,11 @@ include:
build-image:
extends: .build-image
parallel:
matrix:
- TIER: [tier-0, tier-1, tier-x]
variables:
EXTRA_ARGS: "--security-opt=label=disable --cap-add=all"
EXTRA_ARGS: "--security-opt=label=disable --cap-add=all --build-arg MANIFEST=fedora-$TIER.yaml"
rules:
- if: $CI_PROJECT_NAMESPACE != "fedora/bootc"
when: never

1
fedora-tier-1.yaml Symbolic link
View File

@ -0,0 +1 @@
fedora-bootc.yaml