Renovate adds wrong architecture in Yarn Cache #32118
Unanswered
thueske
asked this question in
Request Help
Replies: 2 comments
-
Renovate doesn't do this directly - it's Yarn itself making updates to this cache. Your question is really one for Yarn itself instead of Renovate. Can you run Yarn on amd64 while caching arm64 packages? |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://yarnpkg.com/configuration/yarnrc#supportedArchitectures |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
My GitLab runner for CI (where Renovate is executed in a pipeline with Docker) runs on the amd64 platform. My target system is an arm64 host. Unfortunately, Renovate updates the yarn cache with the wrong architecture.
Any ideas?
Logs (if relevant)
No response
Beta Was this translation helpful? Give feedback.
All reactions