I want to run an api on my raspberry pi 3b which I created using Elixir & Phoenix. The first step to install elixir onto Ubuntu is to add the erlang-solutions repo key, but there doesn’t seem to be release that supports Ubuntu on an armhf architecture (atleast I think so).
Is it possible to install it on my machine?
If no; I’ve already looked into using docker and this seems like a neat alternative, any other suggestions perhaps?
I followed the official elixir installation guide: Installing Elixir - The Elixir programming language
Erlang-solutions packages: Index of debian/dists/focal
Kind regards!