From 299e3d8b74c0d2fe1aedb648cba3922f9ed8e9f9 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Sun, 3 Sep 2023 13:49:59 +1000 Subject: [PATCH] README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a1184c..5883e38 100644 --- a/README.md +++ b/README.md @@ -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