From f1c0021ca5f39a62403624178ec3795149d600d5 Mon Sep 17 00:00:00 2001 From: Sunny <55059942+snskArora@users.noreply.github.com> Date: Sat, 7 Jun 2025 21:34:03 +0530 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee15ede..4a5a791 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ build: echo "VERSION is required"; \ exit 1; \ fi - docker build --platform $(TARGET_PLATFORM) -t $(IMAGE_REPO):$(VERSION) . + docker build -t $(IMAGE_REPO):$(VERSION) . .PHONY: build_push push: