mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
update cross-compiler.sh
fixup
This commit is contained in:
parent
fa6da54760
commit
3e13103264
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 stashapp/compiler /bin/bash -c "$COMMAND"
|
||||
docker run --rm --mount type=bind,source="$(pwd)",target=/stash -w /stash stashapp/stash:compiler /bin/bash -c "$COMMAND"
|
||||
|
|
|
|||
Loading…
Reference in a new issue