Skip to content

Commit 33df292

Browse files
committed
ci: include architecture in bundler cache key
1 parent 47141c3 commit 33df292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ commands:
1414
restore_bundler_cache:
1515
steps:
1616
- restore_cache:
17-
key: v1-bundler-cache-{{ checksum "Gemfile.lock" }}
17+
key: v1-bundler-cache-{{ arch }}-{{ checksum "Gemfile.lock" }}
1818

1919
save_gradle_cache:
2020
steps:

0 commit comments

Comments
 (0)