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
We're exploring options for Postgres->ClickHouse replication. I was excited to use this project's lightweight image as part of our local dev stacks, but most of our developers run on arm64 MacOS, and there's no arm64 image available in DockerHub. (I think we could run the existing amd64 images, but based on past experience with cross-platform emulation the performance will not be good).
I see the lightweight image's directory already contains a build_docker_arm.sh script, but it doesn't seem to be used anywhere. Could that build logic be ported into the top-level GHAs?
I'm happy to help contribute this if the maintainers aren't opposed to it.
The text was updated successfully, but these errors were encountered:
@subkanthi that still shows this warning when I run it:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
@subkanthi that still shows this warning when I run it:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Hi @danxmoran , please try this one - altinityinfra/clickhouse-sink-connector:955-befb7145bf5502d0478edb155bf742af3a316b48-lt
We're exploring options for Postgres->ClickHouse replication. I was excited to use this project's lightweight image as part of our local dev stacks, but most of our developers run on arm64 MacOS, and there's no arm64 image available in DockerHub. (I think we could run the existing amd64 images, but based on past experience with cross-platform emulation the performance will not be good).
I see the lightweight image's directory already contains a
build_docker_arm.sh
script, but it doesn't seem to be used anywhere. Could that build logic be ported into the top-level GHAs?I'm happy to help contribute this if the maintainers aren't opposed to it.
The text was updated successfully, but these errors were encountered: