docs: Updated build instructions

This commit is contained in:
SinTan1729
2024-03-25 01:22:54 -05:00
parent ce76f04f35
commit 629e66a57c
3 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/env bash
if [ "$1" == "dev" ]; then
docker buildx build --push --tag sintan1729/$name:dev --platform linux/amd64
docker buildx build --push --tag sintan1729/$name:dev .
elif [ "$1" == "release" ]; then
v_patch=$(cat actix/Cargo.toml | sed -rn 's/^version = "(.+)"$/\1/p')