Skip to content

Commit

Permalink
add more RHEL family qna
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 19, 2024
1 parent df25f5e commit c4458f5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test_run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
container-image: ["redhat/ubi8:latest", "almalinux:latest"]
container-image:
[
"redhat/ubi8:latest",
"almalinux:latest",
"oraclelinux:9",
"rockylinux:9",
"amazonlinux:latest",
]
container:
image: ${{ matrix.container-image }}
steps:
Expand Down

0 comments on commit c4458f5

Please sign in to comment.