adding arm64 arch to the build

This commit is contained in:
LangChain4j 2023-12-23 21:57:39 +01:00
parent 757e27bf15
commit ab838417ba
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
#!/bin/bash
docker buildx create --use
docker buildx build --platform=linux/amd64,linux/arm64 -f $DOCKERFILE_PATH -t $IMAGE_NAME .