We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed this module always reports x64 on 64-bit systems, but does not make the same kind of additional checks as Darwin for Linux.
x64
Linux does run on other architectures; one of my use-cases is my code is being run on a self-hosted GHA runner, and it is running Linux on ARM64.
Would you be open to a PR that adds additional checks for Linux?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed this module always reports
x64
on 64-bit systems, but does not make the same kind of additional checks as Darwin for Linux.Linux does run on other architectures; one of my use-cases is my code is being run on a self-hosted GHA runner, and it is running Linux on ARM64.
Would you be open to a PR that adds additional checks for Linux?
The text was updated successfully, but these errors were encountered: