From a1854ff46b57867fa7cfc80a12d4cfab07326881 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Mon, 14 Aug 2023 10:00:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7da2d82..b0a1a6f 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ build-arg+=--build-arg LOCAL_URL=https://local.colovu.com/dist build: @echo "Build $(image_name):$(image_tag)" - @docker build --force-rm $(build-arg) -t $(image_name):$(image_tag) . + @docker buildx build --force-rm $(build-arg) -t $(image_name):$(image_tag) . @echo "Add tag: $(image_name):latest" @docker tag $(image_name):$(image_tag) $(image_name):latest @echo "Build complete"