Added Build Kit variable to makefile export

Since all commands require it, the Makefile can and should set it.
This commit is contained in:
sjc
2021-06-28 13:47:23 -04:00
parent 4635517834
commit 90a8c3688c

View File

@@ -4,6 +4,8 @@ test: lint unit-test
PLATFORM=local
UTIL_TAG=1.16.5-alpine
export DOCKER_BUILDKIT=1
.PHONY: bin/example
bin/example:
@docker build . --target bin \