From b013ad783ed23b09f7faa6808632261da2ef159f Mon Sep 17 00:00:00 2001 From: BtbN Date: Sat, 5 Sep 2020 16:25:25 +0200 Subject: [PATCH] Fix image source in pre-build --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cb9935b..6d2aabd 100755 --- a/build.sh +++ b/build.sh @@ -18,7 +18,7 @@ get_output() { source "variants/${VARIANT}.sh" source "variants/${TARGET}-${VARIANT}.sh" -export FFBUILD_PREFIX="$(docker run --rm btbn/ffmpeg-builder:win64-gpl bash -c 'echo $FFBUILD_PREFIX')" +export FFBUILD_PREFIX="$(docker run --rm "$IMAGE" bash -c 'echo $FFBUILD_PREFIX')" for script in scripts.d/*.sh; do FF_CONFIGURE+=" $(get_output $script configure)"