From 38e3217366523aff8cb754d75f560afb8713c6b0 Mon Sep 17 00:00:00 2001 From: aaron <462826@qq.com> Date: Mon, 13 Mar 2023 15:11:19 +0800 Subject: [PATCH] make arm64 version for linux --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 356a5bab..c3286f84 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ endif ifeq ($(PLATFORM),"Mac") QINIU_DIR=/Users/aaron/work/zentao/qiniu/ else - QINIU_DIR=~/ztfZip + QINIU_DIR=~/ztf-make/ endif QINIU_DIST_DIR=${QINIU_DIR}${PROJECT}/${VERSION}/ -- GitLab