This repository has been archived on 2025-09-06. You can view files and clone it, but cannot push or open issues/pull-requests.
container-images/lib
Dustin aaed7211b2
Aimee OS/container-images/pipeline/head There was a failure building this commit Details
build: Install QEMU
Although most software can be cross-compiled, there are quite a few edge
cases where executables built for the target system need to be run on
the build host.  Notably, `ldconfig` only considers libraries for the
same machine type as the tool itself, so it's impossible to run it in a
cross-compiled root.  In order to get passed these situations, we can
use QEMU in user mode to emulate the target architecture, allowing ARM
executables to run on AMD64 machines.
2024-12-12 18:02:16 -06:00
..
bootstrap.sh Rework images into three layers 2024-12-08 10:59:28 -06:00
common.sh ci: Persist build logs 2024-12-08 10:59:30 -06:00
crossdev.sh Rework images into three layers 2024-12-08 10:59:28 -06:00
profile.sh Rework images into three layers 2024-12-08 10:59:28 -06:00
sync.sh Rework images into three layers 2024-12-08 10:59:28 -06:00
tools.sh build: Install QEMU 2024-12-12 18:02:16 -06:00