Skip to content

[LOC-5083] Add support for Linux arm64 binary#60

Merged
yashdsaraf merged 2 commits intomasterfrom
LOC-5083_add_arm64_support
Mar 3, 2026
Merged

[LOC-5083] Add support for Linux arm64 binary#60
yashdsaraf merged 2 commits intomasterfrom
LOC-5083_add_arm64_support

Conversation

@yashdsaraf
Copy link
Copy Markdown
Collaborator

Detect arm64 architecture via platform.machine() == 'aarch64' and download BrowserStackLocal-linux-arm64 binary. This check is placed before the generic is_64bits check to avoid arm64 falling through to the x64 path.

Detect arm64 architecture via platform.machine() == 'aarch64' and
download BrowserStackLocal-linux-arm64 binary. This check is placed
before the generic is_64bits check to avoid arm64 falling through to
the x64 path.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@yashdsaraf yashdsaraf requested a review from a team as a code owner March 3, 2026 08:38
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@yashdsaraf yashdsaraf merged commit 7d8c222 into master Mar 3, 2026
@yashdsaraf yashdsaraf deleted the LOC-5083_add_arm64_support branch March 3, 2026 12:04
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