summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Holzinger <paul.holzinger@web.de>2021-01-07 14:51:17 +0100
committerPaul Holzinger <paul.holzinger@web.de>2021-01-07 15:04:40 +0100
commit65c88ec4736a7b57ef59c1f9d1a056901dd6095e (patch)
tree612302c034614538fd87dc2ebfa5d2fe8d0b0201 /Makefile
parent9dfc636fd613c5dac4717473ae2fd214f9835748 (diff)
downloadpodman-65c88ec4736a7b57ef59c1f9d1a056901dd6095e.tar.gz
podman-65c88ec4736a7b57ef59c1f9d1a056901dd6095e.tar.bz2
podman-65c88ec4736a7b57ef59c1f9d1a056901dd6095e.zip
Add mips architecture to the cross build target
Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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