From d2e730e3cc2f8c699d84b8505561540725c3cf11 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Wed, 2 Nov 2022 23:53:46 +0800 Subject: [PATCH] docs: remove 32-bits platform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2265587..43840ab 100644 --- a/README.md +++ b/README.md @@ -587,7 +587,7 @@ shell> docker build -t cleardns . **交叉构建** ``` -shell> docker buildx build -t dnomd343/cleardns --platform="linux/amd64,linux/arm64,linux/386,linux/arm/v7" https://github.com/dnomd343/ClearDNS.git --push +shell> docker buildx build -t dnomd343/cleardns --platform="linux/amd64,linux/arm64" https://github.com/dnomd343/ClearDNS.git --push ``` ## 许可证