Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 930f4dc

Browse files
author
bensonqin
committedJun 20, 2024
🎨update client readme
1 parent 83ae003 commit 930f4dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎client/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
参考Docker官方文档:[Docker下载和安装](https://docs.docker.com/get-started/)
5050

5151
### 2. 构建docker镜像
52-
`client`目录下,执行以下命令:`docker build -t tca-client .`
52+
`client`目录下,执行以下命令:
53+
- `docker build --build-arg TARGETARCH={ARCH} -t tca-client .`
54+
> 变量`{ARCH}`替换为需要构建的架构,可选值:amd64, arm64.
5355
5456
### 3. 执行docker容器,扫描代码,可选以下两种方式
5557

0 commit comments

Comments
 (0)
Please sign in to comment.