Default dev-build to not using GOX
This commit is contained in:
parent
e90d03a263
commit
82f2586a48
|
@ -84,6 +84,9 @@ else
|
|||
PUB_WEBSITE_ARG=
|
||||
endif
|
||||
|
||||
NOGOX?=1
|
||||
|
||||
export NOGOX
|
||||
export GO_BUILD_TAG
|
||||
export UI_BUILD_TAG
|
||||
export UI_LEGACY_BUILD_TAG
|
||||
|
@ -94,6 +97,7 @@ export GIT_DESCRIBE
|
|||
export GOTAGS
|
||||
export GOLDFLAGS
|
||||
|
||||
|
||||
DEV_PUSH?=0
|
||||
ifeq ($(DEV_PUSH),1)
|
||||
DEV_PUSH_ARG=
|
||||
|
|
Loading…
Reference in New Issue