Docker: m1 build problem amd64

There can be some issues with aarch64 archtecture.

buildx can be used as a workaround

docker buildx build --platform linux/amd64 --progress=plain . -t bitrix_070622

Last updated

Was this helpful?