From 83ebcd7770249e6df3acc56bcabb66f0922ffa99 Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Mon, 10 Feb 2025 18:54:07 +0800 Subject: [PATCH] =?UTF-8?q?update:docker=E9=95=9C=E5=83=8F=E6=94=AF?= =?UTF-8?q?=E6=8C=81arm=E6=9E=B6=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- README_en.md | 3 --- docs/docker-build.md | 5 ----- 3 files changed, 10 deletions(-) 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