From 1db7bac2dcfee9ee0a49ce44a38ac15ef899cb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Sun, 25 Jan 2026 09:35:12 +0800 Subject: [PATCH] fix: readme list. (#1608) --- README.md | 10 ++++------ README_ZH.md | 8 ++++---- 2 files changed, 8 insertions(+), 10 deletions(-) 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 命令: