We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef3326 commit a4e63faCopy full SHA for a4e63fa
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ on:
16
17
jobs:
18
build:
19
- name: ${{ inputs.runs-on }}
+ name: Build
20
runs-on: ${{ inputs.runs-on }}
21
timeout-minutes: 60
22
env:
.github/workflows/ci.yaml
@@ -23,8 +23,11 @@ on:
23
- 'main'
24
25
26
- build:
+ CI:
27
+ strategy:
28
+ matrix:
29
+ target: [ubuntu-20.04]
30
uses: redhat-developer/podman-desktop-redhat-account-ext/.github/workflows/build.yaml@main
31
with:
- runs-on: ubuntu-latest
32
+ runs-on: ${{ matrix.target }}
33
registry: 'ghcr'
0 commit comments