Skip to content

Commit 4b34f28

Browse files
authored
Use a different cache per OS flavor (#391)
Signed-off-by: David Cassany <[email protected]>
1 parent 7d68885 commit 4b34f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/Makefile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PUSH_CACHE?=false
2727

2828
BUILD_ARGS?=--pull --no-spinner --only-target-package --live-output
2929

30-
REPO_CACHE?=quay.io/costoolkit/build-cache
30+
REPO_CACHE?=quay.io/costoolkit/build-$(FLAVOR)-cache
3131

3232
export REPO_CACHE
3333
ifneq ($(strip $(REPO_CACHE)),)

0 commit comments

Comments
 (0)