Files
mozimo.in/Makefile
T
2026-09-03 10:11:31 +00:00

9 lines
292 B
Makefile

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