Fix static version variable
Signed-off-by: Jose Bigio <jose.bigio@docker.com> Upstream-commit: 507c9f84ccc3f83c978aeefa2f0377ed0c14c3b8 Component: packaging
This commit is contained in:
@@ -4,7 +4,7 @@ CLI_DIR:=$(CURDIR)/../cli
|
||||
VERSION?=0.0.0-dev
|
||||
DOCKER_GITCOMMIT:=abcdefg
|
||||
ARCH=$(shell uname -m)
|
||||
STATIC_VERSION=$(shell ../static/gen-static-ver $(ENGINE_DIR) $(VERSION))
|
||||
STATIC_VERSION=$(shell static/gen-static-ver $(ENGINE_DIR) $(VERSION))
|
||||
GO_VERSION:=1.10.3
|
||||
|
||||
# Taken from: https://www.cmcrossroads.com/article/printing-value-makefile-variable
|
||||
|
||||
Reference in New Issue
Block a user