secubox-deb/.github
CyberMind-FR e17f757931 fix(ci): enable arm64 multi-arch + install libssl-dev:arm64 in build-kernel.yml
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).
2026-06-02 13:24:20 +02:00
..
workflows fix(ci): enable arm64 multi-arch + install libssl-dev:arm64 in build-kernel.yml 2026-06-02 13:24:20 +02:00