docs(crabbox): note explicit macOS runners · openclaw/openclaw@ffd8fcd
vincentkoc
·
2026-05-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -78,6 +78,22 @@ Use these only when the task needs an existing non-Linux host. OpenClaw broad
|
78 | 78 | Linux validation uses the repo Crabbox config unless a provider is explicitly |
79 | 79 | requested. |
80 | 80 | |
| 81 | +When the user explicitly asks for brokered macOS runners, use Crabbox AWS |
| 82 | +macOS only after confirming the deployed coordinator supports EC2 Mac host |
| 83 | +lifecycle/image routes and the operator has AWS EC2 Mac Dedicated Host quota |
| 84 | +and IAM. Prefer `CRABBOX_HOST_ID` for a known Crabbox-managed Dedicated Host, |
| 85 | +or run the no-spend preflight first: |
| 86 | + |
| 87 | +```sh |
| 88 | +crabbox admin hosts quota --provider aws --target macos --region eu-west-1 --type mac2.metal --json |
| 89 | +crabbox admin hosts allocate --provider aws --target macos --region eu-west-1 --type mac2.metal --dry-run --json |
| 90 | +CRABBOX_MACOS_TYPES=all scripts/macos-host-region-preflight.sh |
| 91 | +``` |
| 92 | + |
| 93 | +Do not silently substitute AWS macOS for normal OpenClaw Linux proof. Report |
| 94 | +paid-host blockers as quota, IAM, coordinator deployment, or host availability |
| 95 | +instead of falling back to local macOS. |
| 96 | + |
81 | 97 | Crabbox supports static SSH targets: |
82 | 98 | |
83 | 99 | ```sh |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。