From a5fa6feb4e65316c06c913e4b15612c9df7a57c8 Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Thu, 18 Apr 2024 11:34:18 -0700 Subject: [PATCH] try to enable buildkit in github actions --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b8a6d7415f..2cc2bf1d80 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,8 @@ TEST_DIR?="./..." TEST_BUILD_FLAGS := -tags pebbledb,ledger HSM_BUILD_FLAGS := -tags pebbledb,ledger,hsm_test +export DOCKER_BUILDKIT := 1 + clean: clean-binaries clean-dir clean-test-dir clean-coverage clean-binaries: