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

When downloading binaries using curl | bash and the like, consider emulation capabilities of the host. #31

Open
Tracked by #13
AustinWise opened this issue Feb 11, 2022 · 0 comments

Comments

@AustinWise
Copy link
Owner

AustinWise commented Feb 11, 2022

Both Windows and macOS have the capability to run AMD64 programs on ARM64. In light of that, the installer could fallback to AMD64 binaries if no ARM64 binaries are available.

On macOS, there are sysctls for finding our what type of the binaries the system natively supports.

On Windows 11, GetMachineTypeAttributes look interesting.

@AustinWise AustinWise mentioned this issue Feb 11, 2022
15 tasks
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

No branches or pull requests

1 participant