We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47141c3 commit 33df292Copy full SHA for 33df292
.circleci/config.yml
@@ -14,7 +14,7 @@ commands:
14
restore_bundler_cache:
15
steps:
16
- restore_cache:
17
- key: v1-bundler-cache-{{ checksum "Gemfile.lock" }}
+ key: v1-bundler-cache-{{ arch }}-{{ checksum "Gemfile.lock" }}
18
19
save_gradle_cache:
20
0 commit comments