Hi Team,
I have the same issue in starting xvfb service by default for ARM64 platform whereas it works fine for AMD64 platform. I have resolved it by adding it as services in the arm64 jobs as below:
services:
- xvfb
May I know how can we start xvfb services by default as similar to AMD64 platform?
Thanks.