avwarez
avwarez
> Hi > > what environment you are using for ARM6? > /Greg Hi GregKon, the environment is the same for all architecture amd64, arm64, 386, armv6 and armv7 (gcc...
Ok. I think steps to reproduce can be useful, so.. prepare the docker env (for cross-compilation): 1. docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 2. docker buildx create --name mybuilder 3. docker...
Hello, I think the problem depends by the Linux distribution. I've changed the Dockerfile and using Alpine Linux as base image the issue is solved. So the problem is actually...