toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

[Loongarch64] no matching manifest for linux/loong64 in the manifest list entries

Open RESBI opened this issue 11 months ago • 0 comments

I'm trying to deploy local overleaf on a Loongson-3A5000 machine, for which's CPU architecture is loongarch64.

While mongo pulling the docker file, it says:

resbi@la464v:/home/resbi/Gits/overleaf-toolkit git:(master) $ sudo ./bin/up
Initiating Mongo replica set...
[+] Running 0/1
 ⠼ mongo Pulling                                                                                                  29.4s
no matching manifest for linux/loong64 in the manifest list entries

I know it means there is no image built for loongarch64, so I'm now deploying overleaf on a x86_64 machine.

If I really want to deploy overleaf on a loongarch64 machine, instead of creating a x86_64 virtual machine on it, is there any possibility to build an image for that architecture myself?

RESBI avatar Feb 14 '25 16:02 RESBI