fix directory location

pull/13762/head
Sharif Elgamal 2022-03-30 11:23:32 -07:00
parent 5d385291cf
commit 7ebc2a5118
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
GOARM ?= 7 # the default is 5
GOPATH ?= $(shell go env GOPATH)
BUILD_DIR ?= $(CUR_DIR)/out
BUILD_DIR ?= $(PWD)/out
$(shell mkdir -p $(BUILD_DIR))
CURRENT_GIT_BRANCH ?= $(shell git branch | grep \* | cut -d ' ' -f2)