Add c10s
It's not too early to start this.
This commit is contained in:
parent
54c442f60a
commit
254c7b2060
4 changed files with 34 additions and 2 deletions
4
.github/workflows/build-image.yml
vendored
4
.github/workflows/build-image.yml
vendored
|
|
@ -13,13 +13,13 @@ jobs:
|
|||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Yes, this is a one-element matrix, but we may add c10s in the future soon
|
||||
strategy:
|
||||
matrix:
|
||||
os: [centos]
|
||||
include:
|
||||
- os: centos
|
||||
version: stream9
|
||||
- os: centos
|
||||
version: stream10
|
||||
|
||||
steps:
|
||||
- name: Update podman
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue