rustup target add x86_64-unknown-linux-musl
then
cargo build -r --target=x86_64-unknown-linux-musl
CI/CD
sudo apt-get install -y --no-install-recommends musl-tools
check https://github.com/zellij-org/zellij/blob/main/.github/workflows/release.yml
gh run watch
gh run view --log-failed
gh run rerun --failed