workflow: constrain runner to linux-amd64 to avoid macOS matcher
Build with clawstor cache / Cargo build (clawstor-cached) (pull_request) Failing after 4s

Bare self-hosted matched a macOS runner (smith). Compound label
narrows to tank/architect where claw-cargo is provisioned.
This commit is contained in:
Omar Sobh
2026-07-13 01:39:51 -07:00
parent d8cfe954ac
commit 8ada892e37
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
# Force host mode via self-hosted label — `ubuntu-latest` in # Force host mode via self-hosted label — `ubuntu-latest` in
# act_runner defaults to container mode which hides # act_runner defaults to container mode which hides
# /usr/local/bin/claw-cargo and the per-runner tls_dir. # /usr/local/bin/claw-cargo and the per-runner tls_dir.
runs-on: self-hosted runs-on: [self-hosted, linux-amd64]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4