mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
Merge pull request #20388 from cevich/cross_target_comment
[CI:DOCS] Add cross-build target info.
This commit is contained in:
5
Makefile
5
Makefile
@ -148,6 +148,11 @@ export PATH := $(shell $(GO) env GOPATH)/bin:$(PATH)
|
|||||||
|
|
||||||
GOMD2MAN ?= ./test/tools/build/go-md2man
|
GOMD2MAN ?= ./test/tools/build/go-md2man
|
||||||
|
|
||||||
|
# There are many possibly unexpected places where podman is used. For example
|
||||||
|
# by OpenWRT for routers and other similar small "edge" devices. Testing builds
|
||||||
|
# for otherwise non-mainstream architectures ensures we catch platform-specific
|
||||||
|
# toolchain shenanigans early, for example:
|
||||||
|
# https://github.com/containers/podman/issues/8782
|
||||||
CROSS_BUILD_TARGETS := \
|
CROSS_BUILD_TARGETS := \
|
||||||
bin/podman.cross.linux.amd64 \
|
bin/podman.cross.linux.amd64 \
|
||||||
bin/podman.cross.linux.ppc64le \
|
bin/podman.cross.linux.ppc64le \
|
||||||
|
Reference in New Issue
Block a user