Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non-Intel arch #3

Open
MatthewFagan opened this issue Sep 29, 2021 · 5 comments · May be fixed by #5
Open

Support non-Intel arch #3

MatthewFagan opened this issue Sep 29, 2021 · 5 comments · May be fixed by #5

Comments

@MatthewFagan
Copy link

Hi. This module does not support arm64. Actually, the problem lies in a dependency, the npm arch module. I am trying to get them to update their code, but if that fails, would you considering changing to a different dependency for arch detection?

@joeparsons
Copy link

arch package issue: feross/arch#19

@rubnogueira
Copy link

Fix for this issue: #5

@XhmikosR
Copy link

If anyone's interested, you could use @xhmikosr@os-filter-obj which is ESM only and has updated deps.

https://github.com/kevva/os-filter-obj/compare/master...XhmikosR:os-filter-obj:master?w=1

@rubnogueira
Copy link

rubnogueira commented Jan 24, 2025

@XhmikosR I needed the fix for CJS, but the arch version that you are using is not 100% compatible with arm64. But feel free to include my PR feross/arch#29

It's being used in production with Alpine Linux.

@XhmikosR
Copy link

If a new patch version of arch is released upstream, it will be included in my fork. Your patch fixes Linux but most people had the issue on macOS so at least that should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants