chore: set registry type in e2e test
fix bash registry fix registry typ fix typo set registry
This commit is contained in:
parent
c5247b92df
commit
1bcaffd3a3
2
Makefile
2
Makefile
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user