Skip to content

Commit

Permalink
Add support for making a no_ui build. Base all build on no_ui build (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
gaganapplatix authored Dec 6, 2017
1 parent ae65c57 commit 373f071
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ IMAGE_PREFIX=${IMAGE_NAMESPACE}/
endif

# Build the project
all: cli controller-image executor-image ui-image
all: no_ui ui-image

no_ui: cli controller-image executor-image

builder:
docker build -t ${BUILDER_IMAGE} -f Dockerfile-builder .
Expand Down

0 comments on commit 373f071

Please sign in to comment.