(chore): update manpage

This commit is contained in:
Eduard Tolosa 2025-07-27 17:00:24 -05:00
parent 55fd2cb2be
commit 3bb0ac4b35
2 changed files with 32 additions and 44 deletions

View file

@ -10,14 +10,6 @@ AARCH_TARGET="aarch64-unknown-linux-gnu"
OSX_TARGET="x86_64-apple-darwin"
MANPAGE_DIR="./$NAME.1"
if ! systemctl is-active docker >/dev/null 2>&1; then
echo "Docker is not running. Starting docker."
if ! sudo systemctl start docker; then
echo "Failed to start docker."
exit 1
fi
fi
# Linux build
echo "Building Linux artifact."
if cargo build -q --release --target="$LINUX_TARGET"; then