Skip to content

add ARM builds

add ARM builds #948

name: Build Application
on:
push:
branches-ignore:
- 'stable'
paths-ignore:
- '**.md'
- '**/LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
pull_request:
paths-ignore:
- '**.md'
- '**/LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
workflow_dispatch:
jobs:
build_debug:
name: Build Debug
uses: ./.github/workflows/build.yml

Check failure on line 24 in .github/workflows/trigger_builds.yml

View workflow run for this annotation

GitHub Actions / Build Application

Invalid workflow file

The workflow is not valid. In .github/workflows/trigger_builds.yml (Line: 24, Col: 11): Error from called workflow Q-FRC/Dashboard/.github/workflows/build.yml@8628437a71776356b5ffb1872f0b53d21c089799 (Line: 27, Col: 22): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.qt_arch
with:
build_type: Debug