ci: add simple test pipeline #5

Merged
t.behrendt merged 6 commits from ci-add-cicd into main 2025-12-27 12:40:15 +01:00
Showing only changes of commit 45051c015d - Show all commits

View File

@@ -17,7 +17,9 @@ jobs:
- runner: linux_arm64
arch: arm64
artifact_name: usbmakroboard-arm64
runs-on: ${{ matrix.runner }}
runs-on:
- ubuntu-latest
- ${{ matrix.runner }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with: