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

re-enable the supported arch check #4066

Merged
merged 1 commit into from
Aug 12, 2019
Merged

re-enable the supported arch check #4066

merged 1 commit into from
Aug 12, 2019

Conversation

bobbrow
Copy link
Member

@bobbrow bobbrow commented Aug 12, 2019

ia32 is the correct arch to check here. It represents a standard 32-bit OS.
x32 is a special arch that allows 32-bit bit code to access additional registers generally only available to x64 processes. We are not doing any checks for x32 at this time. The goal of this change is to disable the extension for unsupported 'arm' architectures and Alpine linux.

@bobbrow bobbrow merged commit 5e915a5 into master Aug 12, 2019
@bobbrow bobbrow deleted the bobbrow/disableArm branch August 12, 2019 21:33
@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants