Update Makefile

This commit is contained in:
Sunny 2025-06-07 21:34:03 +05:30 committed by GitHub
parent 86f89ce0e6
commit f1c0021ca5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: