summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-07 15:12:35 -0500
committerGitHub <noreply@github.com>2021-01-07 15:12:35 -0500
commit78cda71372485f163909525f8d07194920968486 (patch)
tree0c0c9c40cfd92a624adb40356996b619d1dbb168 /Makefile
parent6c132b78f1338c01f60f0fd509710813e2832550 (diff)
parent65c88ec4736a7b57ef59c1f9d1a056901dd6095e (diff)
downloadpodman-78cda71372485f163909525f8d07194920968486.tar.gz
podman-78cda71372485f163909525f8d07194920968486.tar.bz2
podman-78cda71372485f163909525f8d07194920968486.zip
Merge pull request #8907 from Luap99/fix-mips-build
Fix build for mips architecture follow-up
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