Erlang OTP-24.0 released!

Does JIT work in Docker?

Running hexpm/elixir:1.11.4-erlang-24.0-alpine-3.13.3 on windows dev machine and ubuntu prod server, both giving [jit:no-native-stack]. I guess it’s lacking some compile time flag, namely NATIVE_ERLANG_STACK.

Question is, CAN it compile with that flag in docker?