You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the Docker image for ARM64 platform, QEMU emulation encounters a segmentation fault during libc-bin package configuration.
Error Details
Setting up libc-bin (2.35-0ubuntu3.8) ...
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Root Cause
The QEMU emulation layer is having issues with the libc-bin post-installation script, which is a known limitation when cross-compiling for ARM64 on x86_64 hosts.
Workaround Options
Use native ARM64 builders instead of QEMU emulation
Split the build into multiple stages to minimize QEMU usage
Pre-install critical packages in the base image
Next Steps
Investigate using GitHub Actions ARM64 runners for native builds
Optimize Dockerfile to minimize package installation in emulated layers
The text was updated successfully, but these errors were encountered:
Issue
When building the Docker image for ARM64 platform, QEMU emulation encounters a segmentation fault during libc-bin package configuration.
Error Details
Root Cause
The QEMU emulation layer is having issues with the libc-bin post-installation script, which is a known limitation when cross-compiling for ARM64 on x86_64 hosts.
Workaround Options
Next Steps
The text was updated successfully, but these errors were encountered: