Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RamBITS-AI authored Dec 19, 2024
1 parent 7debb54 commit 1db9a87
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,9 @@ define DOCKER
docker run --rm -e GOCACHE=/app/.cache -e IN_DOCKER=1 --user $(shell id -u):$(shell id -g) -w /app -v $(PWD):/app -v $(GOPATH):/go --init $(1) /bin/bash -c '$(2)'
endef

# ifeq ($(BUILD_IN_DOCKER),y)
# MINIKUBE_BUILD_IN_DOCKER=y
# endif

MINIKUBE_BUILD_IN_DOCKER=y
ifeq ($(BUILD_IN_DOCKER),y)
MINIKUBE_BUILD_IN_DOCKER=y
endif

# If we are already running in docker,
# prevent recursion by unsetting the BUILD_IN_DOCKER directives.
Expand Down

0 comments on commit 1db9a87

Please sign in to comment.