- NOTE: CREATION BARE GIT REPO ON REMOTE SERVER NEEDS TO BE HANDLED
BY SOME OTHER SERVICE (RECOMMENDED)
OR MANUALLY (IF YOU JUST WANT TO TEST)
- rustup target add x86_64-unknown-linux-musl
- cargo build --release --target x86_64-unknown-linux-musl
- strip ./path/to/binary (it will be available inside the target directory)