diff --git a/README.md b/README.md index ff00ba0f4..cf666654c 100644 --- a/README.md +++ b/README.md @@ -152,13 +152,11 @@ For developers who want to build RustFS Docker images from source with multi-arc ``` The `docker-buildx.sh` script supports: -\- **Multi-architecture builds**: `linux/amd64`, `linux/arm64` -\- **Automatic version detection**: Uses git tags or commit hashes - -\- **Registry flexibility**: Supports Docker Hub, GitHub Container Registry, etc. - -\- **Build optimization**: Includes caching and parallel builds +- **Multi-architecture builds**: `linux/amd64`, `linux/arm64` +- **Automatic version detection**: Uses git tags or commit hashes +- **Registry flexibility**: Supports Docker Hub, GitHub Container Registry, etc. +- **Build optimization**: Includes caching and parallel builds You can also use Make targets for convenience: diff --git a/README_ZH.md b/README_ZH.md index 78fbb21c0..968f82eb7 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -141,10 +141,10 @@ docker compose --profile observability up -d ``` `docker-buildx.sh` 脚本支持: -\- **多架构构建**: `linux/amd64`, `linux/arm64` -\- **自动版本检测**: 使用 git tags 或 commit hash -\- **灵活的仓库支持**: 支持 Docker Hub, GitHub Container Registry 等 -\- **构建优化**: 包含缓存和并行构建 +- **多架构构建**: `linux/amd64`, `linux/arm64` +- **自动版本检测**: 使用 git tags 或 commit hash +- **灵活的仓库支持**: 支持 Docker Hub, GitHub Container Registry 等 +- **构建优化**: 包含缓存和并行构建 为了方便起见,您也可以使用 Make 命令: