skip brew build in linux and debian build on mac

This commit is contained in:
Nick Sweeting 2020-12-11 16:59:53 +02:00
parent e90cf05141
commit db1f9b759e
3 changed files with 18 additions and 3 deletions

View file

@ -14,6 +14,7 @@ REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && p
VERSION="$(jq -r '.version' < "$REPO_DIR/package.json")"
cd "$REPO_DIR"
which docker > /dev/null
echo "[+] Building docker image in the background..."
docker build . -t archivebox \