Files
mozimo.in/Makefile
2025-10-04 05:08:49 +00:00

9 lines
294 B
Makefile

.PHONY: build-production
build-production: ## Build the production docker image.
@docker buildx build \
--platform linux/amd64,linux/arm64/v8 \
--tag registry.tanshu.com/mozimo:latest \
$(if $(TAG),--tag registry.tanshu.com/mozimo:$(TAG)) \
--push \
git@github.com:tanshu/mozimo.git