Add up-win alias (Windows Docker Desktop uses linux/amd64 via WSL2)

This commit is contained in:
Claude 2026-03-20 10:02:21 +00:00
parent 5484b29af6
commit 0fecb9a4fe
No known key found for this signature in database

View file

@ -12,11 +12,11 @@
COMPOSE = docker compose
UP = $(COMPOSE) up --build
.PHONY: up up-amd64 up-x64 up-arm64 up-armv7 up-armv6 down logs
.PHONY: up up-amd64 up-x64 up-win up-arm64 up-armv7 up-armv6 down logs
up: up-amd64
up-amd64 up-x64:
up-amd64 up-x64 up-win:
PLATFORM=linux/amd64 $(UP)
up-arm64: