1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add x64 linux packaging, improve default run.sh gen for load balancing servers

This commit is contained in:
NG (Graham)
2025-06-06 17:57:37 -04:00
parent 05fa1da67b
commit 22dd57bd84
2 changed files with 16 additions and 4 deletions

5
build_x86_64.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/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 openjam_servers_linux_x86_64.zip