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

Binary for arm macs is missing #252

Open
romainmenke opened this issue Feb 7, 2023 · 3 comments
Open

Binary for arm macs is missing #252

romainmenke opened this issue Feb 7, 2023 · 3 comments

Comments

@romainmenke
Copy link

https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-darwin-arm64

Screenshot 2023-02-07 at 15 50 23


I expect a working pre-build binary for any hardware.

@bhumikababbar
Copy link

@romainmenke
Copy link
Author

hehe, but that is x64 and won't resolve the issue here.

browserstack-runner does :

https.get('https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal' + (windows ? '.exe' : '-' + process.platform + '-' + process.arch),

https://github.com/browserstack/browserstack-runner/blob/master/lib/local.js#L186

@BhumikaBBrowserstack
Copy link

You can use https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-darwin-x64
This should work using Rosetta emulation (which happens automatically in the background)
And meanwhile, we will fix the code in the repo

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

3 participants