Added platform to Docker task [skip ci]

This commit is contained in:
Andrew Kane
2023-02-25 16:11:28 -08:00
parent 4984411906
commit a85250c7bc

View File

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