|
|
|
|
|
by cschmatzler
899 days ago
|
|
That’s an underlying QEMU bug, which is used by Lima [1].
Add `ENV ERL_FLAGS="+JPperf true"` to your Dockerfile and it will build just fine cross platform. The flag just changes some things during build time and won’t affect runtime performance. [1] https://gitlab.com/qemu-project/qemu/-/issues/1034 |
|