platform ยท inferred from evidence
Debian
A Linux distribution used as an alternative base for Docker containers.
- Possible glibc issue on x86_64 linux systems
How to possible glibc issue on x86_64 linux systems. Verified in gh:Bearer/bearer#899.
- ๐ BUG: MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start.
If wrangler fails with 'MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start' on a newer wrangler version (the reporter hit it when creating a second application), downgrade wrangler to 3.57.1 as a workaround. That
- Prisma on Alpine ARM64: missing precompiled musl engines (fixed in 4.10.0)
What this covers: Running Prisma inside an Alpine Docker container on ARM64 (M1/M2 Macs, Raspberry Pi, ARM cloud instances) failed because Prisma shipped no precompiled engines for the linux-musl-arm64 target. The fix that worked: Upgrade t