From 4b34f28eb0f3eaa69612da032982d209c08e407c Mon Sep 17 00:00:00 2001 From: David Cassany Viladomat Date: Thu, 8 Jul 2021 19:24:10 +0200 Subject: [PATCH] Use a different cache per OS flavor (#391) Signed-off-by: David Cassany --- make/Makefile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/Makefile.build b/make/Makefile.build index 34752667e19..820c80d2a4e 100644 --- a/make/Makefile.build +++ b/make/Makefile.build @@ -27,7 +27,7 @@ PUSH_CACHE?=false BUILD_ARGS?=--pull --no-spinner --only-target-package --live-output -REPO_CACHE?=quay.io/costoolkit/build-cache +REPO_CACHE?=quay.io/costoolkit/build-$(FLAVOR)-cache export REPO_CACHE ifneq ($(strip $(REPO_CACHE)),)