Add mips architecture to the cross build target

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
Paul Holzinger 2021-01-07 14:51:17 +01:00
parent 9dfc636fd6
commit 65c88ec473

View file

@ -106,7 +106,11 @@ CROSS_BUILD_TARGETS := \
bin/podman.cross.linux.arm \ bin/podman.cross.linux.arm \
bin/podman.cross.linux.arm64 \ bin/podman.cross.linux.arm64 \
bin/podman.cross.linux.386 \ bin/podman.cross.linux.386 \
bin/podman.cross.linux.s390x bin/podman.cross.linux.s390x \
bin/podman.cross.linux.mips \
bin/podman.cross.linux.mipsle \
bin/podman.cross.linux.mips64 \
bin/podman.cross.linux.mips64le
.PHONY: all .PHONY: all
all: binaries docs all: binaries docs