mirror of
https://github.com/containers/podman.git
synced 2025-08-14 02:41:34 +08:00
Merge pull request #7559 from lsm5/additional-cross-targets
Makefile: add cross compile targets for more arches
This commit is contained in:
5
Makefile
5
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
|
||||
|
Reference in New Issue
Block a user