ci: Drop fedora:eln
This is a smaller version of https://github.com/CentOS/centos-bootc/pull/364
This commit is contained in:
parent
32feb425b6
commit
669cc88c59
|
|
@ -17,12 +17,11 @@ jobs:
|
||||||
image: quay.io/centos-bootc/bootc-image-builder:latest
|
image: quay.io/centos-bootc/bootc-image-builder:latest
|
||||||
options: --privileged
|
options: --privileged
|
||||||
|
|
||||||
|
# Yes, this is a one-element matrix, but we may add c10s in the future soon
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [fedora, centos]
|
os: [centos]
|
||||||
include:
|
include:
|
||||||
- os: fedora
|
|
||||||
version: eln
|
|
||||||
- os: centos
|
- os: centos
|
||||||
version: stream9
|
version: stream9
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue