mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Add mips architecture to the cross build target
Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
6
Makefile
6
Makefile
@ -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
|
||||||
|
Reference in New Issue
Block a user