From 65c88ec4736a7b57ef59c1f9d1a056901dd6095e Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 7 Jan 2021 14:51:17 +0100 Subject: Add mips architecture to the cross build target Signed-off-by: Paul Holzinger --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f058a710..c0c1e4003 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,11 @@ CROSS_BUILD_TARGETS := \ bin/podman.cross.linux.arm \ bin/podman.cross.linux.arm64 \ 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 all: binaries docs -- cgit v1.2.3-54-g00ecf