We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1bfc9 commit 0f13363Copy full SHA for 0f13363
1 file changed
.github/workflows/central-controller.yaml
@@ -7,7 +7,10 @@ on:
7
jobs:
8
central_controller:
9
name: Central Controller Build
10
- runs-on: [gha-runner-x64, gha-runner-arm64]
+ strategy:
11
+ matrix:
12
+ runner: [gha-runner-x64, gha-runner-arm64]
13
+ runs-on: ${{ matrix.runner }}
14
steps:
15
- name: checkout
16
uses: actions/checkout@v4
0 commit comments