From fa6da54760039c879c916342c114c46c3f0b1c76 Mon Sep 17 00:00:00 2001 From: Leopere <1068374+Leopere@users.noreply.github.com> Date: Fri, 15 Nov 2019 20:06:18 -0500 Subject: [PATCH] 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` --- scripts/cross-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cross-compile.sh b/scripts/cross-compile.sh index 894fc4f4f..e5aa292ef 100755 --- a/scripts/cross-compile.sh +++ b/scripts/cross-compile.sh @@ -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"