README.md

This commit is contained in:
Samuel Huang
2023-09-03 13:49:59 +10:00
parent 247ec6634e
commit 299e3d8b74

View File

@@ -183,10 +183,10 @@ $ docker build -t samuelhbne/proxy-xray .
Please refer the [official doc](https://docs.docker.com/engine/reference/commandline/buildx_install/) for docker-buildx installation
```shell
docker buildx build --platform=linux/arm/v7 -t samuelhbne/proxy-xray:armv7 .
docker buildx build --platform=linux/arm/v6 -t samuelhbne/proxy-xray:armv6 .
docker buildx build --platform=linux/arm64 -t samuelhbne/proxy-xray:arm64 .
docker buildx build --platform=linux/amd64 -t samuelhbne/proxy-xray:amd64 .
docker buildx build --platform=linux/arm/v7 --output type=docker -t samuelhbne/proxy-xray:armv7 .
docker buildx build --platform=linux/arm/v6 --output type=docker -t samuelhbne/proxy-xray:armv6 .
docker buildx build --platform=linux/arm64 --output type=docker -t samuelhbne/proxy-xray:arm64 .
docker buildx build --platform=linux/amd64 --output type=docker -t samuelhbne/proxy-xray:amd64 .
```
## Credits