fix: Makefile

This commit is contained in:
RouxAntoine 2022-10-11 20:12:59 +02:00
parent 3a7db1fc1c
commit c19ce98943
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -1,15 +1,18 @@
.PHONY: imageHaproxy
REGISTRY_IP=docker.registry
# linux/arm/v7
# linux/arm/v6
# linux/arm64
# linux/amd64
PLATFORM=linux/arm64,linux/amd64
#VERBOSITY=info
VERBOSITY=debug
## build
imageHaproxy:
$(shell docker-multi-arch-builder build -n haproxy-k8s --platforms $(PLATFORM))
$(shell docker-multi-arch-builder build -n haproxy-k8s --platforms $(PLATFORM) -v $(VERBOSITY))
## management