Skip to content

docker: force amd64 arch

Fabio M requested to merge fix/docker-amd64 into main

Building docker on an arm64 machine (our new runners) uses arm64 images, but AWS lightsail apparently only supports amd64, resulting on the following error when deploying:

exec /usr/local/bin/docker-entrypoint.sh: exec format error

This MR adds --platform=linux/amd64 to the Dockerfile of our image.

More info:

Merge request reports