markhobson / docker-maven-chrome

Docker image for Java automated UI tests.
https://hub.docker.com/r/markhobson/maven-chrome/
Apache License 2.0
97 stars 81 forks source link

armv8 support #45

Open raheem-imcapsule opened 1 year ago

raheem-imcapsule commented 1 year ago

Unable to use in armv8 systems like Apple m1 chip. This image will have more scope if supported for different platform variant

markhobson commented 1 year ago

Hi, I've not had to use Docker architectures yet so I'm interested in how the build process would work. Presumably each Docker tag would need to be built for multiple architectures, so it's a question of how best to manage this.

I see the official docs for architectures other than amd64. I'm open to suggestions.

markhobson commented 1 year ago

Docker blog and docs on multi-arch builds. Will have to give it a go sometime.