Revert "fix: test-runner prow build" (#8865)

This reverts commit 423008b752.
This commit is contained in:
Jintao Zhang 2022-07-25 09:40:58 +08:00 committed by GitHub
parent 92f81e7449
commit d2fbd38cd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ REGISTRY ?= local
IMAGE = $(REGISTRY)/e2e-test-runner
NGINX_BASE_IMAGE ?= $(shell cat $(DIR)/../../NGINX_BASE || cat "/home/prow/go/src/github.com/kubernetes/ingress-nginx/NGINX_BASE")
NGINX_BASE_IMAGE ?= $(shell cat $(DIR)/../../NGINX_BASE)
# required to enable buildx
export DOCKER_CLI_EXPERIMENTAL=enabled
@ -34,8 +34,6 @@ OUTPUT=
PROGRESS=plain
build: ensure-buildx
echo $(NGINX_BASE_IMAGE)
pwd
docker buildx build \
--platform=${PLATFORMS} $(OUTPUT) \
--progress=$(PROGRESS) \