Skip to content

Commit a85250c

Browse files
committed
Added platform to Docker task [skip ci]
1 parent 4984411 commit a85250c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ dist:
6161
.PHONY: docker
6262

6363
docker:
64-
docker build --pull --no-cache -t ankane/pgvector:latest .
64+
docker build --pull --no-cache --platform linux/amd64 -t ankane/pgvector:latest .

0 commit comments

Comments
 (0)