lmao
This commit is contained in:
parent
f6571d5846
commit
427d14e658
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ sqlx migrate run --source src/app_state/database/migrations --database-url sqlit
|
||||||
|
|
||||||
targets=${@:-"x86_64-unknown-linux-gnu x86_64-unknown-linux-musl aarch64-unknown-linux-gnu x86_64-pc-windows-gnu"}
|
targets=${@:-"x86_64-unknown-linux-gnu x86_64-unknown-linux-musl aarch64-unknown-linux-gnu x86_64-pc-windows-gnu"}
|
||||||
|
|
||||||
mkdir -p ../artifacts
|
mkdir -p artifacts
|
||||||
rm -f ../artifacts/sync-server-*
|
rm -f artifacts/sync-server-*
|
||||||
|
|
||||||
|
|
||||||
for target in $targets; do
|
for target in $targets; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue