fix builds (#223)

* updated cross-compile.sh and .travis.yml
This commit is contained in:
Leopere
2019-11-19 08:59:23 -05:00
committed by GitHub
parent 17247060b6
commit 46654f1672
2 changed files with 2 additions and 2 deletions

View File

@@ -13,4 +13,4 @@ RASPPI="GOOS=linux GOARCH=arm GOARM=5 CC=arm-linux-gnueabi-gcc packr2 build -o d
COMMAND="$SETUP $WINDOWS $DARWIN $LINUX $RASPPI"
docker run --rm --mount type=bind,source="$(pwd)",target=/stash -w /stash stashapp/stash:compiler /bin/bash -c "$COMMAND"
docker run --rm --mount type=bind,source="$(pwd)",target=/stash -w /stash stashapp/compiler:develop /bin/bash -c "$COMMAND"