mirror of
https://github.com/ollama/ollama.git
synced 2026-04-21 00:05:40 +02:00
next build
This commit is contained in:
@@ -18,7 +18,7 @@ docker buildx build \
|
||||
--output type=local,dest=./dist/ \
|
||||
--platform=${PLATFORM} \
|
||||
${OLLAMA_COMMON_BUILD_ARGS} \
|
||||
--target dist \
|
||||
--target archive \
|
||||
-f Dockerfile \
|
||||
.
|
||||
|
||||
@@ -26,4 +26,4 @@ docker buildx build \
|
||||
if echo $PLATFORM | grep "," > /dev/null ; then
|
||||
mv -f ./dist/linux_*64/ollama* ./dist/
|
||||
rmdir ./dist/linux_*64
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user