Run on Rasbperry pi / Raspbian

Hello
Is there a way to run appsmith on Raspberry PI under Raspbian? Raspberry pi is based on ARM CPU and appsmith does not currently seem to be able to run there under docker. This is what I am getting:

pi@pi:~ $ sudo docker run -d --name appsmith -p 8080:80 -p 9001:9001 -v “$PWD/stacks:/appsmith-stacks” appsmith/appsmith-ce
Unable to find image ‘appsmith/appsmith-ce:latest’ locally
latest: Pulling from appsmith/appsmith-ce
docker: no matching manifest for linux/arm/v7 in the manifest list entries.

Thanks!
-Andrey

Looping in @sharat87

Hey, this is currently not supported. You can follow the issue for this at https://github.com/appsmithorg/appsmith/issues/10348.

I recently managed to build the docker image on my Pi4 running a 64bit bullseye. Container runs fine.