feat: split piper from main binary (#5858)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2025-07-19 08:31:33 +02:00
committed by GitHub
parent 7c30e82647
commit b29544d747
37 changed files with 234 additions and 100 deletions

View File

@@ -51,7 +51,7 @@ fi
if [ -f $CURDIR/lib/ld.so ]; then
echo "Using lib/ld.so"
echo "Using binary: $BINARY"
$CURDIR/lib/ld.so $CURDIR/$BINARY "$@"
exec $CURDIR/lib/ld.so $CURDIR/$BINARY "$@"
fi
echo "Using binary: $BINARY"