mirror of
https://github.com/alibaba/higress.git
synced 2026-03-09 11:10:49 +08:00
Support nacos discovery (#108)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
# This script builds and version stamps the output
|
||||
|
||||
export GOPROXY="https://proxy.golang.com.cn,direct"
|
||||
export GOPROXY
|
||||
|
||||
VERBOSE=${VERBOSE:-"0"}
|
||||
V=""
|
||||
@@ -77,6 +77,7 @@ if [ "${DEBUG}" == "1" ]; then
|
||||
OPTIMIZATION_FLAGS=()
|
||||
fi
|
||||
|
||||
|
||||
time GOOS=${BUILD_GOOS} GOARCH=${BUILD_GOARCH} ${GOBINARY} build \
|
||||
${V} "${GOBUILDFLAGS_ARRAY[@]}" ${GCFLAGS:+-gcflags "${GCFLAGS}"} \
|
||||
-o "${OUT}" \
|
||||
|
||||
Reference in New Issue
Block a user