diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-10 21:54:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 21:54:50 +0100 |
commit | d083d6a8fc965a7eb42045a72f4685052860a2bd (patch) | |
tree | 702641bb92bc2f4648e92b7d81fc65f19b49cf00 /Makefile | |
parent | 273394d5667923288fb0cf540335259e67d26c6f (diff) | |
parent | 2c85674773d44168eebbdacf311723457a410b3d (diff) | |
download | podman-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-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |