Skip to content

Commit 0877fc4

Browse files
committed
use buildx instead of build in makefile
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 7b99634 commit 0877fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ push-feature-server-python-aws-docker:
212212
docker push $(REGISTRY)/feature-server-python-aws:$$VERSION
213213

214214
build-feature-server-python-aws-docker:
215-
docker build --build-arg VERSION=$$VERSION \
215+
docker buildx --build-arg VERSION=$$VERSION \
216216
-t $(REGISTRY)/feature-server-python-aws:$$VERSION \
217217
-f sdk/python/feast/infra/feature_servers/aws_lambda/Dockerfile .
218218

0 commit comments

Comments
 (0)