seleniumhq-community / docker-seleniarm

Multi-Arch (arm64/armhf/amd64) Docker images for the Selenium Grid Server
https://hub.docker.com/u/seleniarm
Other
249 stars 26 forks source link

Setup CircleCI to build, test, and deploy Seleniarm images to Docker Hub #6

Closed jamesmortensen closed 2 years ago

jamesmortensen commented 2 years ago

This sets up CircleCI to automatically build, test, and deploy Seleniarm images to Docker Hub. While GitHub Actions is capable of building the images, it cannot test it since the browsers cannot be successfully run under QEMU emulation. Instead, we use ARM runners on CircleCI to test the ARM images.