From e0561301c9e8f2e193e1a873f344f75f30c88c28 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 17 Oct 2023 14:23:21 -0400 Subject: [PATCH] [CI:DOCS] Add cross-build target info. In case a future maintainer asks "why" all these weird looking four-letter architectures are present here and in CI. Signed-off-by: Chris Evich --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 6ed73991c7..739fcb3900 100644 --- a/Makefile +++ b/Makefile @@ -148,6 +148,11 @@ export PATH := $(shell $(GO) env GOPATH)/bin:$(PATH) 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 := \ bin/podman.cross.linux.amd64 \ bin/podman.cross.linux.ppc64le \