Closed kameshsampath closed 1 year ago
trying to install
cargo install cargo-zigbuild
inalpine:3.17
docker container.the same steps works on a
arm64
setup.
What architecture is the alpine:3.17
docker container and what's your system cpu architecture?
cargo-zigbuild
does cross compilation so you shouldn't install it in a QEMU emulated docker container.
@messense thank you so much for making this project.
I am rust-lang newbie, trying to install
cargo install cargo-zigbuild
inalpine:3.17
docker container. The cargo install fails technically getting killed, I also don't see any logs :( . the same steps works on aarm64
setup.any thoughts here is appreciated.