Add up-x64 alias for up-amd64 in Makefile
This commit is contained in:
parent
588e74a626
commit
5484b29af6
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue