mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
6 lines
229 B
Bash
Executable File
6 lines
229 B
Bash
Executable File
#!/bin/bash
|
|
# requires cargo cross (cargo install cross)
|
|
cross build --release --all --target x86_64-unknown-linux-musl
|
|
|
|
./utils/package_release.py ./target/x86_64-unknown-linux-musl/release/ --output rc_servers_linux_x86_64.zip
|