From 3937e1fc65ae390cedbd66f0847e642feeab9c6f Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 20 Jul 2026 09:05:08 +0000 Subject: [PATCH] docs: add dual-platform execution info --- suites-help/系统使用手册/平台架构文档.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/suites-help/系统使用手册/平台架构文档.md b/suites-help/系统使用手册/平台架构文档.md index cb4452c..46ee3bf 100644 --- a/suites-help/系统使用手册/平台架构文档.md +++ b/suites-help/系统使用手册/平台架构文档.md @@ -148,7 +148,8 @@ agc run --suite-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 → 本地 subprocess(Windows agc.exe) ├── 清理脚本包 └── 结果留在本地 work_dir/_step_outputs/ ```