Skip to content

Commit 91ad211

Browse files
Merge pull request #175 from dhiltgen/platform_master
Merged with https://github.com/seemethere/unir
2 parents 1dea2ed + ab58b76 commit 91ad211

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ ARCH=$(shell uname -m)
77
STATIC_VERSION=$(shell static/gen-static-ver $(ENGINE_DIR) $(VERSION))
88
GO_VERSION:=1.10.4
99
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/')
1012
export DEFAULT_PRODUCT_LICENSE
13+
export PLATFORM
14+
export BUILDTIME
1115

1216
# Taken from: https://www.cmcrossroads.com/article/printing-value-makefile-variable
1317
print-% : ; @echo $($*)

0 commit comments

Comments
 (0)