ci(release): cross-compile every target from one ubuntu-24.04 runner family #448
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Matrix Portal M4 | |
| on: | |
| workflow_dispatch: {} | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "Matrix Portal M4" | |
| test-dir: "tests/platform/matrix_portal_m4" | |
| env-name: "matrix_portal_m4" | |
| firmware-ext: "bin" |