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

Update mac x64 installer script arch detection #7913

Merged
merged 2 commits into from
Sep 17, 2021
Merged

Conversation

sfoslund
Copy link
Member

@sfoslund sfoslund commented Sep 17, 2021

Validated manually using both a x64 and arm64 machine

@ericstj ericstj merged commit 1397940 into main Sep 17, 2021
ericstj pushed a commit to ericstj/arcade that referenced this pull request Sep 17, 2021
* Update mac x64 installer script arch detection

* Add comments to x64 machine detection script
var result = machine == ""x64"" || machine.endsWith(""_x64"");
system.log(""IsX64Machine: "" + result);
return result;
var machine = system.sysctl(""hw.foo"");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is .foo a typo or is it to imply that hw .anything returns machine architecture?

@mmitche mmitche deleted the sfoslund/MacOSx64Script branch March 3, 2022 16:30
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 this pull request may close these issues.

3 participants