Is it possible to compile zola with 32 bit (i386/i686)?

Because Zola is so compact and fast, I thought it would be a good idea to use it on my good old netbook, but I just can’t get it to work. On the netbook I don’t have enough memory (2GB) to compile and on big system (64 bit) I can’t get it to work completely (RUST_BACKTRACE=1 cargo build --target=i686-unknown-linux-gnu --release) that cargo also only uses the existing 32 bit libs.

Is it even possible to compile for 32 bit systems?

Honestly I wouldn’t be able to tell you. I don’t think Zola is doing anything specific so it might be some dependencies.