Update cross-compile.sh for new docker tag. (#212)

https://hub.docker.com/repository/docker/stashapp/stash/tags?page=1 with a tag of `compiler`
This commit is contained in:
Leopere 2019-11-15 20:06:18 -05:00 committed by GitHub
parent ec2a8d0dc6
commit fa6da54760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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