We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4984411 commit a85250cCopy full SHA for a85250c
Makefile
@@ -61,4 +61,4 @@ dist:
61
.PHONY: docker
62
63
docker:
64
- docker build --pull --no-cache -t ankane/pgvector:latest .
+ docker build --pull --no-cache --platform linux/amd64 -t ankane/pgvector:latest .
0 commit comments