mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-06 06:42:54 +02:00
runs-on matrix
This commit is contained in:
parent
7c1bfc97c4
commit
0f13363895
1 changed files with 4 additions and 1 deletions
5
.github/workflows/central-controller.yaml
vendored
5
.github/workflows/central-controller.yaml
vendored
|
@ -7,7 +7,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
central_controller:
|
central_controller:
|
||||||
name: Central Controller Build
|
name: Central Controller Build
|
||||||
runs-on: [gha-runner-x64, gha-runner-arm64]
|
strategy:
|
||||||
|
matrix:
|
||||||
|
runner: [gha-runner-x64, gha-runner-arm64]
|
||||||
|
runs-on: ${{ matrix.runner }}
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue