fix: Makefile
This commit is contained in:
parent
3a7db1fc1c
commit
c19ce98943
5
Makefile
5
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user