From 3838a13606bfddd89fa7273e395c7f9f71176d23 Mon Sep 17 00:00:00 2001 From: Dat Truong Date: Sun, 25 Jan 2026 08:25:26 +0700 Subject: [PATCH] Update README with docker-buildx.sh features (#1585) Signed-off-by: Dat Truong --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 605cbbd87..ff00ba0f4 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,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 You can also use Make targets for convenience: