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
|
||||
options: --privileged
|
||||
|
||||
# Yes, this is a one-element matrix, but we may add c10s in the future soon
|
||||
strategy:
|
||||
matrix:
|
||||
os: [fedora, centos]
|
||||
os: [centos]
|
||||
include:
|
||||
- os: fedora
|
||||
version: eln
|
||||
- os: centos
|
||||
version: stream9
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue