docker-chromedriver
docker-chromedriver copied to clipboard
[docker] Add arm32v6 support
This PR add's multi-arch support with amd64
and arm32v6
support. It is configure-able like so
docker build -t "chromedriver:local" --build-arg ARCH=arm32v6 .
This will not touch the default behaviour because amd64
is set as default.
Uploading a tag via Docker hub is unfortunately not possible, as cross-arch compilation on linux is a bit complicated. If you have an OSX it might be relatively easy to figure out.
I'd like to hold this back for a day until I tested the resulting image on actual hardware.