Skip to content

Added workflow_dispatch for arm regressions, and more general test fo… #337

Added workflow_dispatch for arm regressions, and more general test fo…

Added workflow_dispatch for arm regressions, and more general test fo… #337

name: Regression tests running on Linux ARM64
on:
push:
branches:
- 'fix_regression_arm'
workflow_dispatch:
inputs:
runner:
description: 'ARM runner to use'
default: 'ubuntu-24.04-arm'
options:
- 'ubuntu-22.04-arm'
- 'ubuntu-24.04-arm'
required: true
type: choice
jobs:
build_on_arm64:
name: Run the jobs on Linux ARM64
uses: './.github/workflows/regression.yml'
with:
runner: ${{ inputs.runner || 'ubuntu-24.04-arm' }}