adding arm64 arch to the build

This commit is contained in:
LangChain4j 2023-12-23 21:49:08 +01:00
parent 7c7f6eccf6
commit 757e27bf15
1 changed files with 1 additions and 0 deletions

View File

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