Added Docker image for linux/arm64 - closes #115

This commit is contained in:
Andrew Kane
2023-05-06 11:50:59 -07:00
parent cc539a0a27
commit 54c550420b

View File

@@ -62,4 +62,4 @@ dist:
.PHONY: docker
docker:
docker build --pull --no-cache --platform linux/amd64 -t ankane/pgvector:latest .
docker buildx build --push --pull --no-cache --platform linux/amd64,linux/arm64 -t ankane/pgvector:latest .