From 90a8c3688c03d8e70262bbebcbac4ac94d2a40cb Mon Sep 17 00:00:00 2001 From: sjc Date: Mon, 28 Jun 2021 13:47:23 -0400 Subject: [PATCH] Added Build Kit variable to makefile export Since all commands require it, the Makefile can and should set it. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 99be127..7f1ea82 100644 --- a/Makefile +++ b/Makefile @@ -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 \