🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-25 18:30:44 -04:00
parent bed6d32d1a
commit 9adf24b9a0
2 changed files with 6 additions and 6 deletions

View File

@@ -24,10 +24,10 @@ SOFT_SERVE_VERSION="${SOFT_SERVE_VERSION:-0.4.0}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ "$OS_ARCH" = "aarch64" ]; then
FILE="/tmp/soft-serve.${OS_ARCH}tar.gz"
URL="https://github.com/charmbracelet/soft-serve/releases/latest/soft-serve_${SOFT_SERVE_VERSION}_linux_arm64.tar.gz"
URL="https://github.com/charmbracelet/soft-serve/releases/download/v${SOFT_SERVE_VERSION}/soft-serve_${SOFT_SERVE_VERSION}_linux_arm64.tar.gz"
elif [ "$OS_ARCH" = "x86_64" ]; then
FILE="/tmp/soft-serve.${OS_ARCH}tar.gz"
URL="https://github.com/charmbracelet/soft-serve/releases/download/v0.4.0/soft-serve_${SOFT_SERVE_VERSION}_linux_x86_64.tar.gz"
URL="https://github.com/charmbracelet/soft-serve/releases/download/v${SOFT_SERVE_VERSION}/soft-serve_${SOFT_SERVE_VERSION}_linux_x86_64.tar.gz"
fi
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main application