chore: add publish functionality to justfile
This commit is contained in:
parent
e8a92d7e07
commit
638e228ba4
3 changed files with 52 additions and 11 deletions
|
|
@ -1,3 +1,7 @@
|
|||
[alias]
|
||||
runs = "run -- --config data/config --backup data/backups --world data/worlds --layers 2min,2,4,4;3min,3,2,2"
|
||||
runrs = "run --release -- --config data/config --backup data/backups --world data/worlds --layers 2min,2,4,4;3min,3,2,2"
|
||||
|
||||
[target.aarch64-unknown-linux-musl]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
||||
runner = "qemu-aarch64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue