Skip to content
Snippets Groups Projects
Verified Commit 9312ac9f authored by Alexander Wellbrock's avatar Alexander Wellbrock
Browse files

add cross-build functionality

With this change, if a container build job is tagged with a runner on a
different architecture than requested with CI_REGISTRY_IMAGE_ARCH, the
build will make use of qemu and cross-build the container for the
requested architecture.

A single test of a python container build on my notebook yielded
sobering results: 3min native vs. 22min cross build. That makes a
performance loss of around 700%. Nevertheless it may be preferred to
hosting special runners for extra archs.

One step closer to #4
parent 8dd10a6a
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment