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

appium image for ARM #162

Open
moqijin opened this issue Sep 27, 2023 · 1 comment
Open

appium image for ARM #162

moqijin opened this issue Sep 27, 2023 · 1 comment

Comments

@moqijin
Copy link

moqijin commented Sep 27, 2023

This image only supports amd64. Is there any plan to launch a version running on ARM arch, such as raspberry pi 4B.

@RapThorDev
Copy link

In Dockerfile use this:

FROM arm64v8/ubuntu:18.04

...

And install the other JAVA

RUN apt-get -qqy update &&
apt-get -qqy --no-install-recommends install
openjdk-8-jdk-headless
... other installs ...

ENV JAVA_HOME="/usr/lib/jvm/java-8-openjdk-arm64/jre"
PATH=$PATH:$JAVA_HOME/bin

... other options and commands ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants