workflow: constrain runner label to linux-amd64 #34
@@ -12,7 +12,7 @@ jobs:
|
||||
# Force host mode via self-hosted label — `ubuntu-latest` in
|
||||
# act_runner defaults to container mode which hides
|
||||
# /usr/local/bin/claw-cargo and the per-runner tls_dir.
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, linux-amd64]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user