You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2022. It is now read-only.
I came across this issue while trying to run overnode on an Odroid N2+, which has an arm64 (armv8) architecture. When running overnode launch, the docker-compose command fails, because it cannot find a platform-matching docker-compose image. Until docker/compose#6831 gets resolved on the docker-compose site, there are only amd64 docker-compose images.
Wanted solution:
Until docker-compose fixes its issue, I would prefer switching to the linuxserver/docker-compose image, because it is multi-arch enabled. However, the tag naming scheme is slightly different.
Currently, I am trying to build the docker-compose image myself to check whether the latest docker-compose Dockerfile produces at least a working armv8 image.
Hello!
I came across this issue while trying to run overnode on an Odroid N2+, which has an arm64 (armv8) architecture. When running
overnode launch, the docker-compose command fails, because it cannot find a platform-matching docker-compose image. Until docker/compose#6831 gets resolved on the docker-compose site, there are only amd64 docker-compose images.Wanted solution:
Until docker-compose fixes its issue, I would prefer switching to the
linuxserver/docker-composeimage, because it is multi-arch enabled. However, the tag naming scheme is slightly different.Currently, I am trying to build the docker-compose image myself to check whether the latest docker-compose Dockerfile produces at least a working armv8 image.
Best regards,
Miroka