Skip to content

Commit

Permalink
Use a different cache per OS flavor (#391)
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany authored Jul 8, 2021
1 parent 7d68885 commit 4b34f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -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)),)
Expand Down

0 comments on commit 4b34f28

Please sign in to comment.