sorccu / docker-adb

Dockerfile and instructions for ADB.
Other
200 stars 74 forks source link

Docker image for armv7 devices #19

Open Igorshp opened 4 years ago

Igorshp commented 4 years ago

Hi,

Love the docker image, works great for openstf farm, but we ran into an issue setting it up on RaspberryPi nodes running stf-provider.

Solution was to recompile it on the pi with armv7 support.

@sorccu What are your thoughts on setting up automated builds for armv7 along side the current ones? Happy to help where possible.

gounthar commented 4 years ago

I automated the build of docker-adb images.

Feel free to have a look if you want to modify it.

kzaoaai commented 3 years ago

Hi,

Love the docker image, works great for openstf farm, but we ran into an issue setting it up on RaspberryPi nodes running stf-provider.

Solution was to recompile it on the pi with armv7 support.

@sorccu What are your thoughts on setting up automated builds for armv7 along side the current ones? Happy to help where possible.

were you able to make it work on armv7?