chore: set registry type in e2e test

fix bash

registry

fix registry typ

fix typo

set registry
This commit is contained in:
andyzhangx 2021-09-21 04:43:44 +00:00
parent c5247b92df
commit 1bcaffd3a3

View File

@ -111,7 +111,7 @@ container:
docker run --rm --privileged tonistiigi/binfmt --install all docker run --rm --privileged tonistiigi/binfmt --install all
for arch in $(ALL_ARCH.linux); do \ for arch in $(ALL_ARCH.linux); do \
ARCH=$${arch} $(MAKE) nfs; \ ARCH=$${arch} $(MAKE) nfs; \
ARCH=$${arch} $(MAKE) container-build; \ ARCH=$${arch} OUTPUT_TYPE=registry $(MAKE) container-build; \
done done
.PHONY: push .PHONY: push