Skip to content

Conversation

@kartikjoshi21
Copy link
Contributor

@kartikjoshi21 kartikjoshi21 commented Jan 8, 2026

When building DEB worker images for a non-native platform (e.g. linux/arm64 on an amd64 host), running apt install inside a target-arch container forces most of the install pipeline through QEMU and dominates build time.

This PR implements proposal for Debian/Ubuntu by running apt natively on the build platform while installing into a mounted target rootfs, so dependency solving/download/unpack happen at native speed. Maintainer scripts may still invoke QEMU when they execute target-arch binaries (expected).

…d target rootfs

Signed-off-by: Kartik Joshi <karikjoshi21@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant