Switch from using a standard selenium standalone to an arm64 image as service. Is that possible?

Hello!
My team is currently using Gitlab CI/CD to run E2E using Selenium standalone as in the doc (End-to-end testing with GitLab CI/CD and WebdriverIO | GitLab).

But now we need to change the selenium image from a standard image to another Selenium standalone based on arm64. (Docker Hub)

Does gitlab also provide those images as service as well? If it does, how do i call them in my .yml file?

Best regards, Felipe.

I was able to find an answer in case any one try this. You can call selenium arm64 based images as services as well.

Best regards, Felipe.