aerokube / selenoid-ui

Graphical user interface for Selenoid project
https://aerokube.com/selenoid-ui/latest/
Apache License 2.0
305 stars 76 forks source link

Is selenoid UI supported for arm processor.? #443

Closed Kiran2205 closed 7 months ago

Kiran2205 commented 3 years ago

I am looking to install the Selenoid UI image for macbook m1, but unable to find the supported image.

vania-pooh commented 3 years ago

@Kiran2205 we actually don't build our source code for ARM, however Selenoid UI is Golang-based and Golang allows to build for this architecture. But the main problem is that our browser images are currently not compatible with ARM (because browser binaries are built for x86).

Juice10 commented 2 years ago

@Kiran2205 we actually don't build our source code for ARM, however Selenoid UI is Golang-based and Golang allows to build for this architecture. But the main problem is that our browser images are currently not compatible with ARM (because browser binaries are built for x86).

This should become a lot easier to support (for the playwright browser images) with playwright 1.16: https://github.com/microsoft/playwright/issues/7723#issuecomment-940484673

vania-pooh commented 2 years ago

Binary support for ARM was added in https://github.com/aerokube/selenoid-ui/pull/486. We may also consider building a Docker image for ARM64 but this will require using docker buildx.

aandryashin commented 2 years ago

Please consider this:

https://github.com/aandryashin/moon-on-apple-silicon

There are images built for selenium and playwright, and detailed instruction.

пн, 20 июн. 2022 г., 11:25 Ivan Krutov @.***>:

Binary support for ARM was added in #486 https://github.com/aerokube/selenoid-ui/pull/486. We may also consider building a Docker image for ARM64 but this will require using docker buildx.

— Reply to this email directly, view it on GitHub https://github.com/aerokube/selenoid-ui/issues/443#issuecomment-1160132144, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKY23NZPRQXE3TFLOONOWLVQATH7ANCNFSM5AYEOP3Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

github-actions[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.