Hostityourself/infra
Claude 3096d251c6
Fix Dockerfile: skip cross-compilers when building natively
gcc-aarch64-linux-gnu is an x86→arm64 cross-compiler; it doesn't exist
on arm64 hosts (like the Pi). Only install cross-toolchains and set cargo
linker config when BUILDPLATFORM != TARGETPLATFORM.
2026-03-20 10:40:12 +00:00
..
docker-compose.yml Auto-detect platform by default; use DOCKER_DEFAULT_PLATFORM for cross-compile targets 2026-03-20 10:03:36 +00:00
Dockerfile.server Fix Dockerfile: skip cross-compilers when building natively 2026-03-20 10:40:12 +00:00
Makefile Add start.sh and Makefile build-only targets 2026-03-20 10:06:24 +00:00
start.sh Consolidate to single .env at repo root 2026-03-20 10:21:35 +00:00