You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/09/09 10:26:40 UTC

[apisix] branch master updated: docs: Add ARM64 support for getting-started guide (#5025)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new c7725fe  docs: Add ARM64 support for getting-started guide (#5025)
c7725fe is described below

commit c7725fec128809d059407a49ab99de1829ca0431
Author: Joey <ma...@apache.org>
AuthorDate: Thu Sep 9 18:26:33 2021 +0800

    docs: Add ARM64 support for getting-started guide (#5025)
---
 docs/en/latest/getting-started.md | 2 ++
 docs/zh/latest/getting-started.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/en/latest/getting-started.md b/docs/en/latest/getting-started.md
index 5f1efed..919ed52 100644
--- a/docs/en/latest/getting-started.md
+++ b/docs/en/latest/getting-started.md
@@ -103,6 +103,8 @@ cd apisix-docker/example
 docker-compose -p docker-apisix up -d
 ```
 
+> Apache APISIX has already supported ARM64 architecture. For ARM64 users, please use `docker-compose -p docker-apisix -f docker-compose-arm64.yml up -d` instead in the last step.
+
 It will take some time to download all required files, please be patient.
 
 Once the download is complete, execute the `curl` command on the host running Docker to access the Admin API, and determine if Apache APISIX was successfully started based on the returned data.
diff --git a/docs/zh/latest/getting-started.md b/docs/zh/latest/getting-started.md
index ab023b8..4cc042a 100644
--- a/docs/zh/latest/getting-started.md
+++ b/docs/zh/latest/getting-started.md
@@ -101,6 +101,8 @@ cd apisix-docker/example
 docker-compose -p docker-apisix up -d
 ```
 
+> Apache APISIX 已支持 ARM64 架构。如果您正在使用 ARM64,请在最后一步执行 `docker-compose -p docker-apisix -f docker-compose-arm64.yml up -d`。
+
 下载所需的所有文件将花费一些时间,这取决于您的网络,请耐心等待。
 
 下载完成后,在运行 Docker 的宿主机上执行`curl`命令访问 Admin API,根据返回数据判断 Apache APISIX 是否成功启动。