mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 15:37:03 +00:00
dpkg-buildpackage -aarm64 (cross-build) resolves Build-Depends to the target arch. The kernel package's debian/control declares `Build-Depends: libssl-dev` without arch suffix, so dpkg-checkbuilddeps looks for libssl-dev:arm64 and fails when only libssl-dev (amd64) is installed. Add `dpkg --add-architecture arm64` before `apt-get update` so the arm64 package index is available, then install libssl-dev:arm64 alongside the host libssl-dev. This is a pre-existing CI gap, exposed by run 26816056566. Unrelated to the secubox-mesh fragment (signed-regdb was a red herring). |
||
|---|---|---|
| .. | ||
| workflows | ||