Hi everyone,
I try to build a container via debootstrap on my RaspberryPI 4 with 2GB of RAM.
I want to build the container from scratch and later add my own software. Therefore, I don't want to try/use a docker image.
Unfortunately, it breaks at the start of the build process.
My recipe looks like this:
it is similar to the example file in examples/raspbian/Singularity.
The build command is:
sudo -E singularity build --sandbox raspContainer ./singRpi4.def
the error is:
INFO: Starting build...
E: Unable to execute target architecture
FATAL: While performing build: conveyor failed to get: while debootstrapping: exit status
The linux distribution is on is raspbian-buster.
The singularity version is 3.5.3.
Can anyone help me and explain what I'm doing wrong?