Browse Source

docs: remove 32-bits platform

dev
Dnomd343 2 years ago
parent
commit
d2e730e3cc
  1. 2
      README.md

2
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
``` ```
## 许可证 ## 许可证

Loading…
Cancel
Save