Adding enterprise commands support (#8327)

Этот коммит содержится в:
Jesús Espino
2018-03-07 20:04:18 +00:00
коммит произвёл GitHub
родитель 03b6d1f652
Коммит b2dd00dd5b
39 изменённых файлов: 668 добавлений и 550 удалений

Просмотреть файл

@@ -56,7 +56,7 @@ GO_LINKER_FLAGS ?= -ldflags \
# GOOS/GOARCH of the build host, used to determine whether we're cross-compiling or not
BUILDER_GOOS_GOARCH="$(shell $(GO) env GOOS)_$(shell $(GO) env GOARCH)"
PLATFORM_FILES=$(shell ls -1 ./cmd/platform/*.go | grep -v _test.go)
PLATFORM_FILES="./main.go"
# Output paths
DIST_ROOT=dist