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 50cb527 commit 3f59549Copy full SHA for 3f59549
1 file changed
src/main.ts
@@ -90,7 +90,7 @@ async function run() {
90
// caching. Use the resolver itself instead. This will use either --resolver
91
// from stack-arguments, if given, or fall back to reading resolver from the
92
// stack.yaml file in use.
93
- const cachePrefix = `${inputs.cachePrefix}${process.platform}/${
+ const cachePrefix = `${inputs.cachePrefix}${process.platform}${process.arch}/${
94
stack.resolver ?? stackYaml.resolver
95
}`;
96
0 commit comments