No build on i386 platform since 6.6.0 because of cypress

Hello,

as there are no packages or docker images für i386 platform I am building my own grafana docker images for almost two years to use grafana on an old 32bit-only system.
Since version 6.6.0 grafana uses the cypress.io package and the builds for i386 are failing with

----------
URL: https://download.cypress.io/desktop/3.7.0?platform=linux&arch=ia32
Error: Failed downloading the Cypress binary.
Response code: 404
Response message: Not Found
----------
....
The command '/bin/sh -c yarn install --pure-lockfile' returned a non-zero code: 1
build hook failed! (1)

cypress.io doesn’t support 32bit on Linux systems as their website claims.

Is there a way to build grafana without cypress or is version 6.5.3 really the last version which supports i386 systems?

Thomas

cypress.io doesn’t support 32bit on Linux systems as their website claims.”

https://docs.cypress.io/guides/getting-started/installing-cypress.html seems
to indicate 64-bit only for both Linux and Mac -

"The desktop application supports these operating systems:

macOS 10.9 and above (64-bit only)
Linux Ubuntu 12.04 and above, Fedora 21 and Debian 8 (64-bit only)"

Antony.