Skip to content

Commit

Permalink
CI: redhat-compat (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafie committed Aug 15, 2023
1 parent 296e65b commit 2c8c3d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/redhat-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
shell: bash -l -eo pipefail {0}
strategy:
matrix:
OS: ${{ fromJson(inputs.platforms) }}
os: ${{ fromJson(inputs.platforms) }}
fail-fast: false
container:
image: ${{ matrix.os }}
options: --cpus 2
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2c8c3d1

Please sign in to comment.