mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
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:
parent
ec2a8d0dc6
commit
fa6da54760
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue