From 1bcaffd3a37c3738ad61884636e2cdf50e14fa60 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Tue, 21 Sep 2021 04:43:44 +0000 Subject: [PATCH] chore: set registry type in e2e test fix bash registry fix registry typ fix typo set registry --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02efde86..5cba210c 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ container: docker run --rm --privileged tonistiigi/binfmt --install all for arch in $(ALL_ARCH.linux); do \ ARCH=$${arch} $(MAKE) nfs; \ - ARCH=$${arch} $(MAKE) container-build; \ + ARCH=$${arch} OUTPUT_TYPE=registry $(MAKE) container-build; \ done .PHONY: push