browserstack / docker-browserstack-local

Docker official Image packaging for Browserstack Local Binary
12 stars 4 forks source link

Missing arm64 images #11

Open rawtaz opened 1 year ago

rawtaz commented 1 year ago

AFAICT there's only amd64 versions of this image on Docker Hub. Would it be possible for you to add arm64 images too (useful for Apple Silicon development machines)?

adamdzk commented 5 months ago

We had same issue - no luck with running the latest image on Mac M1. It seems there is small workaround by forcing an image to be amd64 by editing Dockerfile FROM clause to FROM --platform=linux/amd64 ubuntu. It forces the image to be recognized as amd64 platform and doesn't try to interpret it as arm64.