summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-03-10 13:45:31 -0500
committerBrent Baude <bbaude@redhat.com>2020-03-10 13:57:53 -0500
commit2c85674773d44168eebbdacf311723457a410b3d (patch)
treeabcfea428c6387bbdde53052cf61e5eba746c4ec /Makefile
parent173f430852e52a1acf69b4d9d18da20893031a79 (diff)
downloadpodman-2c85674773d44168eebbdacf311723457a410b3d.tar.gz
podman-2c85674773d44168eebbdacf311723457a410b3d.tar.bz2
podman-2c85674773d44168eebbdacf311723457a410b3d.zip
build for amd64|arm|ppc64le
to protect against architecture specific build regressions, we cross compile for multiple architectures Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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