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
fix: restrict Ubuntu DEB822 sources to amd64 for ARM64 cross-build
Ubuntu 24.04 uses DEB822 format (.sources files), not just .list files.
Without restricting Architectures in ubuntu.sources, apt tries to fetch
arm64 packages from security.ubuntu.com which only serves amd64.
Add Architectures: amd64 to DEB822 sources and include -security in the
arm64 ports source list.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments