From a232486e4d80090e0acd4e9bd77a20b57ac6bc2c Mon Sep 17 00:00:00 2001 From: zhoushx1018 Date: Tue, 21 Jun 2022 11:00:35 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=20=E9=95=9C=E5=83=8F=E5=88=B6?= =?UTF-8?q?=E4=BD=9C=20=E5=90=AF=E7=94=A8=20=E5=A4=96=E9=83=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= 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 814e3ec..67594dc 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ buildquick: gitReset @echo BUILD_FLAGS=$(BUILD_FLAGS) @go build $(BUILD_FLAGS) -o ./pack/service ./ -docker: clean buildquick +docker: clean buildquick configfiles @echo ==build docker image and push == ## 非 x86_64平台,不允许做docker镜像的构建 @if [ "$(X86_64)" = "" ] ; then\