no message

This commit is contained in:
Roee Gadot
2021-06-17 11:23:05 +03:00
parent 609f85e6ae
commit 9f6abf7a32

View File

@@ -1,4 +1,4 @@
FOLDER=$(GOOS).$(GOARCH)
FOLDER=$(GOOS)_$(GOARCH)
COMMIT_HASH=$(shell git rev-parse HEAD)
GIT_BRANCH=$(shell git branch --show-current | tr '[:upper:]' '[:lower:]')
GIT_VERSION=$(shell git branch --show-current | tr '[:upper:]' '[:lower:]')