2 Commits

Author SHA1 Message Date
4f6d1de8e2 Always clean-build in Docker to avoid stale binary
The Docker build target now runs `make clean all` instead of bare
`make`, so it rebuilds regardless of an existing build/sdlamp2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 14:44:14 +01:00
a1bafece22 Add arm64 Docker build container for native cross-compilation
Uses ubuntu:22.04 arm64 image running under QEMU emulation to produce
aarch64 binaries that match the target device exactly (same glibc, same
distro). Replaces the broken Buildroot cross-compilation approach.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 14:04:41 +01:00