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

Update build config, add riscv build script

This commit is contained in:
NG (Graham)
2025-10-03 18:08:50 -04:00
parent 6879fc8ed5
commit 5fc8b9a571
2 changed files with 13 additions and 5 deletions

5
build_riscv64.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# requires cargo cross (cargo install cross)
cross build --release --all --target riscv64gc-unknown-linux-gnu
./utils/package_release.py ./target/riscv64gc-unknown-linux-gnu/release/ --output openjam_servers_linux_riscv64gc.zip