From 3bf7b9400c500e136212881760061a906c5ec374 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 8 Sep 2020 08:32:10 -0400 Subject: Makefile: add cross compile targets for more arches This commit adds additional targets for which we provide binary packages on fedora and other distros. Signed-off-by: Lokesh Mandvekar --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ce1946ee..07ff21445 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,10 @@ GOMD2MAN ?= $(shell command -v go-md2man || echo '$(GOBIN)/go-md2man') CROSS_BUILD_TARGETS := \ bin/podman.cross.linux.amd64 \ bin/podman.cross.linux.ppc64le \ - bin/podman.cross.linux.arm + bin/podman.cross.linux.arm \ + bin/podman.cross.linux.arm64 \ + bin/podman.cross.linux.386 \ + bin/podman.cross.linux.s390x .PHONY: all all: binaries docs -- cgit v1.2.3-54-g00ecf