v3.3.1: Docker build stage on the native build platform
Docker build stage on the native build platform
- The multi-arch build's
linux/amd64stage ran in the target platform's container, so on an arm64 host it executed under QEMU, wherebun run buildaborts on a spurious JavaScriptCoreMemoryExhaustionassertion. - The build stage is now pinned to
--platform=$BUILDPLATFORM; it emits platform-independent JavaScript and onlydist/is copied into the production stage, which still resolves per target. - The 3.3.0 GHCR image never published, so this is the first image of the 3.3.x line.