Also build c9s
Fedora ELN has a few bugs (e.g. the kernel dropped iptables support which breaks podman), we will also target c9s.
This commit is contained in:
parent
1435c4c1a1
commit
df81da29c0
2 changed files with 6 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -17,11 +17,13 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [fedora]
|
||||
os: [fedora, centos]
|
||||
tier: [tier-1]
|
||||
include:
|
||||
- os: fedora
|
||||
version: eln
|
||||
- os: centos
|
||||
version: stream9
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
4
.github/workflows/publish-image.yml
vendored
4
.github/workflows/publish-image.yml
vendored
|
|
@ -24,11 +24,13 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [fedora]
|
||||
os: [fedora, centos]
|
||||
tier: [tier-1]
|
||||
include:
|
||||
- os: fedora
|
||||
version: eln
|
||||
- os: centos
|
||||
version: stream9
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue