From 118626a910a17e10ca456b1bdf99375e3a422cdf Mon Sep 17 00:00:00 2001 From: Prasad Tengse Date: Thu, 24 Nov 2022 17:24:27 +0100 Subject: [PATCH] ci(fix): enable buildkit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8bf439..a4bba0f 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ help: ## Show this message .PHONY: build build: ## Build and Extract @echo "-> Building VirtIO ISO via Docker" - docker \ + DOCKER_BUILDKIT=1 docker \ build \ --tag ghcr.io/tprasadtp/dev-virtio-whql \ --output type=local,dest=docker/build \