You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to optionally use the win32 version. I see that elixir releases appear to be platform agnostic, so no change is required there?
I see that for Linux bob builds of OTP are used, and bob only builds 64bit releases. So I don't think it's possible to easily support this option for Linux environments.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I need to build a 32-bit Windows
mix release
of my project, but this Action only installs the 64bit version of Erlang/OTP and Elixir.Describe the feature you'd like
I would like the ability to specify which processor architecture of OTP/Erlang to install, when running on windows.
I am picturing something like:
Describe alternatives you've considered
N/A
Additional context
I think this would require updating
install
for win32 opt:setup-beam/src/setup-beam.js
Lines 801 to 802 in e5b6619
to optionally use the
win32
version. I see that elixir releases appear to be platform agnostic, so no change is required there?I see that for Linux bob builds of OTP are used, and bob only builds 64bit releases. So I don't think it's possible to easily support this option for Linux environments.
The text was updated successfully, but these errors were encountered: