bitwalker / exrm

Automatically generate a release for your Elixir project!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using a different erts version when deploying a release

danturn opened this issue · comments

Hi,

I'm building in debian with Exrm with {include_erts, false} in order to deploy to a windows server.

when i run the release on windows i get an error saysing

Provider (release) failed with: {error,
{rlx_prv_assembler,
{specified_erts_does_not_exist,
"8.0.5"}}}

looking at the .bat file its grabbing the version from the start_erl.data file which has the erts version of my debian box.

my windows box has 8.0 and 8.1 installed, is there any way to specify the version the release should look for?

thanks!
Dan