Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

fix: drop arm64 from Docker build — QEMU crashes on better-sqlite3#36

Merged
OleksandrUA merged 1 commit intomainfrom
fix/drop-arm64-build
Mar 20, 2026
Merged

fix: drop arm64 from Docker build — QEMU crashes on better-sqlite3#36
OleksandrUA merged 1 commit intomainfrom
fix/drop-arm64-build

Conversation

@OleksandrUA
Copy link
Copy Markdown
Contributor

Summary

Remove linux/arm64 from multi-platform Docker build.

Problem

QEMU arm64 emulation crashes with Illegal instruction when better-sqlite3 compiles native code, causing the build to hang for 45+ minutes then fail:

qemu: uncaught target signal 4 (Illegal instruction) - core dumped

This was masked before by Docker layer cache. The org migration PR changed Dockerfile/package.json, busting the cache and exposing the crash.

Fix

Build only linux/amd64 — EKS nodes are amd64, arm64 images are not needed.

QEMU arm64 emulation crashes with "Illegal instruction" when
better-sqlite3 compiles native code. Previously masked by Docker
layer cache which was busted by the org migration PR.

EKS nodes are amd64 — arm64 images are not needed.
@OleksandrUA OleksandrUA merged commit bd26541 into main Mar 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant