Add linux-arm to dispatch workflow

Signed-off-by: TG <ebiritg@gmail.com>
This commit is contained in:
TG 2025-03-25 17:18:20 +01:00
parent 17b2d82604
commit 444e3012e8

View file

@ -85,3 +85,14 @@ 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.unit-tests }}
bencher: ${{ inputs.bencher }}