docs: add dual-platform execution info

This commit is contained in:
2026-07-20 09:05:08 +00:00
parent f7aebce2f2
commit 3937e1fc65
@@ -148,7 +148,8 @@ agc run <work_dir> --suite-id <id> --input key=value
├── wget 从 Gitea Packages 下载脚本包
├── 解压 → 读取 workflow.yaml
├── steps_executor: 按 depends_on 拓扑序
── 每步 docker run --rm gis-base 隔离执行
── runtime=docker → 每步 docker run --rm gis-base 隔离执行
│ └── runtime=python3/arcpy → 本地 subprocessWindows agc.exe
├── 清理脚本包
└── 结果留在本地 work_dir/_step_outputs/
```