Add up-x64 alias for up-amd64 in Makefile

This commit is contained in:
Claude 2026-03-20 10:01:26 +00:00
parent 588e74a626
commit 5484b29af6
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-arm64 up-armv7 up-armv6 down logs
.PHONY: up up-amd64 up-x64 up-arm64 up-armv7 up-armv6 down logs
up: up-amd64
up-amd64:
up-amd64 up-x64:
PLATFORM=linux/amd64 $(UP)
up-arm64: