Use lua-platform-path symlink for all platforms

This commit is contained in:
Paul DeCarlo 2018-06-04 18:15:59 -05:00
parent 54500d56e3
commit 3159384480
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
# Set default base image dynamically for each arch
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.48
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.49
ifeq ($(ARCH),arm)
QEMUARCH=arm