mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
chore: add linux-arm job to dispatch-workflow.yml
This commit updates dispatch-workflow.yml to include a new job entry for Linux ARM. When the matrix contains linux-arm as the workflow, it now triggers the linux-arm.yml workflow. This change allows ARM builds to be dispatched as part of the CI pipeline. Signed-off-by: TG <ebiritg@gmail.com>
This commit is contained in:
parent
67b39a34b0
commit
1d27dd3f80
1 changed files with 13 additions and 0 deletions
13
.github/workflows/dispatch-workflow.yml
vendored
13
.github/workflows/dispatch-workflow.yml
vendored
|
@ -85,3 +85,16 @@ jobs:
|
|||
with:
|
||||
profile: ${{ inputs.profile }}
|
||||
bencher: ${{ inputs.bencher }}
|
||||
|
||||
linux-arm:
|
||||
if: ${{ inputs.workflow == 'linux-arm' }}
|
||||
name: Linux ARM
|
||||
uses: ./.github/workflows/linux-arm.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
profile: ${{ inputs.profile }}
|
||||
unit-tests: ${{ inputs.unit-tests }}
|
||||
build-libservo: ${{ inputs.build-libservo }}
|
||||
bencher: ${{ inputs.bencher }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue