Fix building Dockerfile on hosts with different architecture than Docker

See https://erlangforums.com/t/beam-docker-release-github-action-a-github-action-to-build-a-docker-container-from-a-beam-elixir-erlang-release/2090/2
This commit is contained in:
Claudio Ortolina
2024-11-21 10:00:11 +00:00
parent 0073b15125
commit 1fabbfb39e
+1
View File
@@ -33,6 +33,7 @@ RUN mix local.hex --force && \
# set build ENV
ENV MIX_ENV="prod"
ENV ERL_FLAGS="+JPperf true"
# install mix dependencies
COPY mix.exs mix.lock ./