Skip to content

Commit 3f59549

Browse files
koterpillarpbrisbin
authored andcommitted
fix: separate cache by architecture
Fixes #261 Note that existing caches will become invalid as a result of this change.
1 parent 50cb527 commit 3f59549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async function run() {
9090
// caching. Use the resolver itself instead. This will use either --resolver
9191
// from stack-arguments, if given, or fall back to reading resolver from the
9292
// stack.yaml file in use.
93-
const cachePrefix = `${inputs.cachePrefix}${process.platform}/${
93+
const cachePrefix = `${inputs.cachePrefix}${process.platform}${process.arch}/${
9494
stack.resolver ?? stackYaml.resolver
9595
}`;
9696

0 commit comments

Comments
 (0)