Add missing ARCH variable

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-02 15:41:56 -04:00
parent ea8e711d2c
commit 25ffd643f4
2 changed files with 8 additions and 1 deletions

View file

@ -61,7 +61,7 @@ endif
REGISTRY ?= quay.io/kubernetes-ingress-controller
BASE_IMAGE ?= $(REGISTRY)/nginx:e3c49c52f4b74fe47ad65d6f3266a02e8b6b622f
BASE_IMAGE ?= quay.io/kubernetes-ingress-controller/nginx:e3c49c52f4b74fe47ad65d6f3266a02e8b6b622f
GOARCH=$(ARCH)