diff --git a/README.md b/README.md index cf1077f8..dc837cde 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,6 @@ ## 方式一:docker快速部署 -如果你的电脑是`arm`架构的电脑,请暂时使用`方式二:本地源码运行`。`arm`架构需要再等几天,因为目前还没有适配arm架构的镜像。 - ### 1. 安装docker 如果您的电脑还没安装docker,可以按照这里的教程安装:[docker安装](https://www.runoob.com/docker/ubuntu-docker-install.html) diff --git a/README_en.md b/README_en.md index 40ba3692..26338ed2 100644 --- a/README_en.md +++ b/README_en.md @@ -64,9 +64,6 @@ is recommended to run the local source code. ## Method 1: Quick deployment of docker -If your computer is an `arm` architecture computer, please use `Method 2: Run local source code`. The `arm` architecture -needs to wait for a few more days, because there is currently no mirror that is suitable for the arm architecture. - 1. Install docker If your computer has not installed docker, you can follow the tutorial here to install diff --git a/docs/docker-build.md b/docs/docker-build.md index cb20d353..0451ebd2 100644 --- a/docs/docker-build.md +++ b/docs/docker-build.md @@ -30,11 +30,6 @@ docker push ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest-amd64 docker tag xiaozhi-esp32-server:local ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest-arm64 docker push ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest-arm64 -# 合并版本号 -docker manifest create ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:1.0.0 ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest-amd64 ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest-arm64 --amend -docker manifest inspect ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:1.0.0 -docker manifest push ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:1.0.0 - # 推送最新版本 docker manifest rm ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest docker manifest create ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest-amd64 ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest-arm64 --amend