From 2c85674773d44168eebbdacf311723457a410b3d Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 10 Mar 2020 13:45:31 -0500 Subject: build for amd64|arm|ppc64le to protect against architecture specific build regressions, we cross compile for multiple architectures Signed-off-by: Brent Baude --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7914cb163..6104c444c 100644 --- a/Makefile +++ b/Makefile @@ -108,8 +108,9 @@ endif GOMD2MAN ?= $(shell command -v go-md2man || echo '$(GOBIN)/go-md2man') CROSS_BUILD_TARGETS := \ - bin/podman.cross.darwin.amd64 \ - bin/podman.cross.linux.amd64 + bin/podman.cross.linux.amd64 \ + bin/podman.cross.linux.ppc64le \ + bin/podman.cross.linux.arm .PHONY: all all: binaries docs -- cgit v1.2.3-54-g00ecf