We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dea2ed + ab58b76 commit 91ad211Copy full SHA for 91ad211
Makefile
@@ -7,7 +7,11 @@ ARCH=$(shell uname -m)
7
STATIC_VERSION=$(shell static/gen-static-ver $(ENGINE_DIR) $(VERSION))
8
GO_VERSION:=1.10.4
9
DEFAULT_PRODUCT_LICENSE:=Community Engine
10
+PLATFORM=Docker Engine - Community
11
+BUILDTIME=$(shell date -u -d "@$${SOURCE_DATE_EPOCH:-$$(date +%s)}" --rfc-3339 ns 2> /dev/null | sed -e 's/ /T/')
12
export DEFAULT_PRODUCT_LICENSE
13
+export PLATFORM
14
+export BUILDTIME
15
16
# Taken from: https://www.cmcrossroads.com/article/printing-value-makefile-variable
17
print-% : ; @echo $($*)
0 commit comments