biomejs / biome

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
https://biomejs.dev
Apache License 2.0
15.6k stars 486 forks source link

🐛 Biome crashes in latest version of Docker Desktop #4612

Closed ffMathy closed 6 days ago

ffMathy commented 1 week ago

Environment information

`biome rage` can't run due to the bug, but it is latest Biome as of writing, and it is latest version of Docker Desktop on a Mac M1, running inside an `ubuntu:latest` Docker image.

What happened?

image

The issue only happens on Macs with an ARM CPU such as M1, M3 etc. It only happened after the latest Docker update.

Expected result

I expected Biome to work in ARM as well.

Code of Conduct

nhedger commented 1 week ago

We're going to need a way to reproduce this.

Please provide a minimal Dockerfile that reproduces this issue.

github-actions[bot] commented 1 week ago

Hello @ffMathy, please provide a minimal reproduction. You can use one of the following options:

Issues marked with S-Needs repro will be closed if they have no activity within 3 days.

ffMathy commented 6 days ago

We can close this. Found out I installed the x64 release directly inside the container. Doh.