Hi, as I'm facing the same issue for the arm64 docker, I've build it in qemu with your fix_fuse_dependancy_arm
branch and it works for me.
Best posts made by Ezka
-
RE: libfuse.so: error adding symbols: File in wrong format
Latest posts made by Ezka
-
RE: libfuse.so: error adding symbols: File in wrong format
@maverick
I've use something like :
npm install && npm run build
and in doubt I've rebuild with:
npm install && yarn build
both work, no surprises here.
Note that the
npm install
step onarm64
takes ages in comparison to thex86_64
arch. It was already slow with yarn, but npm is a pain. I've try to build it on Github infra to release a multiarch docker but it reaches the max execution time -
RE: libfuse.so: error adding symbols: File in wrong format
Hi, as I'm facing the same issue for the arm64 docker, I've build it in qemu with your
fix_fuse_dependancy_arm
branch and it works for me.