Essential trick for cross-platform #elixirlang release via docker:
ENV ERL_AFLAGS "+JMsingle true"
Apple Silicon -> linux/amd64
Without this, no luck (core dump, memory alloc, ... you name it).
For both Docker VMM and Apple Virt Framework (no Rosetta).
3 months ago