Start xvfb.service by default in ARM64

Is there a problem with adding

services:
  - xvfb
addons:
  apt:
    packages:
      - xvfb

globally?

My test suggests that there isn’t.

ARM64 builds run on less powerful hardware with more limited resources, so it makes sense to not autostart services that are only needed in a minority of cases.