Skip to content

v3.3.1: Docker build stage on the native build platform

Choose a tag to compare

@cyanheads cyanheads released this 21 Aug 12:44
· 7 commits to main since this release
v3.3.1
2905012

Docker build stage on the native build platform

  • The multi-arch build's linux/amd64 stage ran in the target platform's container, so on an arm64 host it executed under QEMU, where bun run build aborts on a spurious JavaScriptCore MemoryExhaustion assertion.
  • The build stage is now pinned to --platform=$BUILDPLATFORM; it emits platform-independent JavaScript and only dist/ 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.

CHANGELOG v3.3.1