Merge pull request #380 from cgwalters/drop-eln-presubmit
ci: Drop fedora:eln
This commit is contained in:
commit
5cfd1a21ac
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build-image.yml
vendored
5
.github/workflows/build-image.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue