GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.33k stars 633 forks source link

build image for ARM arch #948

Open aaronstutzer opened 9 months ago

aaronstutzer commented 9 months ago

we want to migrate our kubernetes cluster from AMD to ARM but unfortunately the deployment of the lighthouse-ci chart from cowboysysop fails because there is no ARM image available. Would it be possible to add this?

connorjclark commented 6 months ago

We currently use google-chrome-stable package for the Dockerfile. But Chrome does not publish a ARM version.

https://askubuntu.com/a/1383791

Alternative is to switch to chromium. Not sure of implications.