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: