jetify-com / devbox-install-action

31 stars 15 forks source link

fix: use architecture as part of cache key #36

Closed abbudao closed 5 months ago

abbudao commented 6 months ago

Use architecture as part of the cache key to avoid bad cache hits. The current implementation can crash pipelines using matrix strategies or when different pipelines use different architectures but leverage the Devbox action.

Fixes: #35

LucilleH commented 6 months ago

Waiting for the team to revert a backward incompatible change before re-running the test

LucilleH commented 5 months ago

@abbudao do you mind rebasing on the latest main?