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.
1 parent e600531 commit ab58b76Copy full SHA for ab58b76
Makefile
@@ -8,8 +8,10 @@ STATIC_VERSION=$(shell static/gen-static-ver $(ENGINE_DIR) $(VERSION))
8
GO_VERSION:=1.10.3
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