build.yml: runs-on debian-aarch64 (label, not runner name) #46

Merged
marfrit merged 1 commits from fix/debian-runner-label-2026-05-20 into main 2026-05-20 13:54:02 +00:00
Owner

5feab57 (from PR #45) set runs-on: actrunner-debian-aarch64-bohr which is the bohr runner display-name, not a label. Gitea Actions matches runs-on against runner LABELS — bohrs labels are debian-trixie, aarch64, debian-aarch64. With the wrong value, the libva-v4l2-request-fourier-debian job would sit unrouted (no runner matches).

Fix: runs-on: debian-aarch64.

Sidenote: 6 other debian jobs (lmcp-debian, claude-his-debian, ffmpeg-v4l2-request-debian, mpv-fourier-debian, daedalus-v4l2-debian, daedalus-v4l2-dkms-debian) still use runs-on: arch-aarch64 — that is the open scope of #134 and not addressed here.

`5feab57` (from PR #45) set `runs-on: actrunner-debian-aarch64-bohr` which is the bohr **runner display-name**, not a label. Gitea Actions matches runs-on against runner LABELS — bohrs labels are `debian-trixie`, `aarch64`, `debian-aarch64`. With the wrong value, the libva-v4l2-request-fourier-debian job would sit unrouted (no runner matches). Fix: `runs-on: debian-aarch64`. Sidenote: 6 other debian jobs (lmcp-debian, claude-his-debian, ffmpeg-v4l2-request-debian, mpv-fourier-debian, daedalus-v4l2-debian, daedalus-v4l2-dkms-debian) still use `runs-on: arch-aarch64` — that is the open scope of #134 and not addressed here.
marfrit added 1 commit 2026-05-20 13:53:19 +00:00
5feab57 set runs-on to actrunner-debian-aarch64-bohr, which is the
display name of the bohr runner, not a label. Gitea Actions matches
runs-on against labels — the actual labels on bohr are debian-trixie,
aarch64, debian-aarch64. Using the runner-name as runs-on leaves the
job unrouted (no matching runner).
marfrit merged commit b0ffd4d74f into main 2026-05-20 13:54:02 +00:00
marfrit deleted branch fix/debian-runner-label-2026-05-20 2026-05-20 13:54:02 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marfrit/marfrit-packages#46