Fix makefile task names
This commit is contained in:
parent
d250b97b43
commit
7bd62f5c0a
4 changed files with 7 additions and 7 deletions
|
|
@ -76,7 +76,7 @@ if [[ "${USE_EXISTING_IMAGE}" == "true" ]]; then
|
|||
docker pull "${IMAGE}-${ARCH}:${TAG}"
|
||||
else
|
||||
echo -e "${BGREEN}Building ingress controller image${NC}"
|
||||
make -C "${KUBE_ROOT}" build "sub-container-${ARCH}"
|
||||
make -C "${KUBE_ROOT}" build "sub-image-${ARCH}"
|
||||
fi
|
||||
|
||||
CONTEXT=$(kubectl config current-context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue