summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-03-10 21:54:50 +0100
committerGitHub <noreply@github.com>2020-03-10 21:54:50 +0100
commitd083d6a8fc965a7eb42045a72f4685052860a2bd (patch)
tree702641bb92bc2f4648e92b7d81fc65f19b49cf00 /Makefile
parent273394d5667923288fb0cf540335259e67d26c6f (diff)
parent2c85674773d44168eebbdacf311723457a410b3d (diff)
downloadpodman-d083d6a8fc965a7eb42045a72f4685052860a2bd.tar.gz
podman-d083d6a8fc965a7eb42045a72f4685052860a2bd.tar.bz2
podman-d083d6a8fc965a7eb42045a72f4685052860a2bd.zip
Merge pull request #5450 from baude/arm
build for amd64|arm|ppc64le
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