Skip to content

Commit

Permalink
move Dockerfile multi-arch to build and ignore that folder (#723)
Browse files Browse the repository at this point in the history
* move Dockerfile multi-arch to build and ignore that folder

* docker-driver fix
  • Loading branch information
cyriltovena authored Jul 8, 2019
1 parent 4779b8b commit d3ab486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)

# We don't want find to scan inside a bunch of directories, to accelerate the
# 'make: Entering directory '/go/src/github.com/grafana/loki' phase.
DONT_FIND := -name tools -prune -o -name vendor -prune -o -name .git -prune -o -name .cache -prune -o -name .pkg -prune -o
DONT_FIND := -name build -prune -o -name tools -prune -o -name vendor -prune -o -name .git -prune -o -name .cache -prune -o -name .pkg -prune -o

# Get a list of directories containing Dockerfiles
DOCKERFILES := $(shell find . -name docker-driver -prune -o $(DONT_FIND) -type f -name 'Dockerfile' -print)
Expand Down
File renamed without changes.

0 comments on commit d3ab486

Please sign in to comment.