timescale / timescaledb-docker-ha

Create Docker images containing TimescaleDB, Patroni to be used by developers and Kubernetes.
Apache License 2.0
143 stars 38 forks source link

Add riscv64 support #438

Closed anzhi998 closed 2 months ago

anzhi998 commented 5 months ago

Hey there, I attempted cross-compilation using buildx, but encountered numerous dependencies that needed adjustments. Many of these dependencies lacked RISC-V versions available for direct retrieval, requiring compilation from source. Despite my prolonged efforts, I was unable to build the riscv image. It'd be really cool if this image was published with RISCV64 support. Thanks!

graveland commented 2 months ago

We don't have access to public riscv64 builders, and building this via emulation would take ages. Building arm64 via emulation ended up getting cancelled before it was complete by github's maximum job timeout of 6 hours. It would be cool, but I don't think it'll happen without public risc builders becoming available.