Commit 1c15e47
LOC-5083: Add support for Linux arm64 binary
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>1 parent 19f31f9 commit 1c15e47
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments