Skip to content

Conversation

@sfoslund
Copy link
Member

@sfoslund sfoslund commented Sep 17, 2021

Validated manually using both a x64 and arm64 machine

@sfoslund sfoslund force-pushed the sfoslund/MacOSx64Script branch from aea769f to e8951bf Compare September 17, 2021 20:56
@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.

4 participants