esl / packages

Makefile- and Docker-based build system for ESL's erlang and elixir binary packages.
Apache License 2.0
9 stars 6 forks source link

ubuntu 20.04 can't install esl-erlang for arm64 #14

Closed jakecoffman closed 2 years ago

jakecoffman commented 2 years ago

Installing esl-erlang according to the instructions at https://www.erlang-solutions.com/downloads/ began failing recently on my M1 Mac.

This Dockerfile reproduces the issue:

FROM ubuntu:20.04

RUN apt-get update \
  && apt-get install -y build-essential ca-certificates curl gnupg2

RUN curl -sSLO https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb \
  && dpkg -i erlang-solutions_2.0_all.deb \
  && apt-get update \
  && apt-get install -y esl-erlang

The error is: E: Unable to locate package esl-erlang

Not sure if this being blank is the issue: http://packages.erlang-solutions.com/ubuntu/dists/focal/contrib/binary-arm64/Packages

jakecoffman commented 2 years ago

The arm64 package is no longer empty and the docker build is working again.

jeffwidman commented 2 years ago

@gilacost curious why you re-opened this?

gilacost commented 2 years ago

I blame terraform when managing issues, I might have use the wrong issue id, thanks for mentioning 😄 ❤️