nacos-group / r-nacos

Nacos server re-implemented in Rust.
https://r-nacos.github.io/docs/
Apache License 2.0
915 stars 98 forks source link

docker stable 包在arm架构苹果系统运行失败问题,目前暂时只能用stable-alpine包运行 #37

Closed heqingpan closed 7 months ago

heqingpan commented 10 months ago

stable 包在arm架构苹果系统运行失败,对应的报错信息: qemu-x86_64: Could not open '/lib64/ld-linux-x86_64.so.2'

需要调拨对应Dockerfile 以支持arm架构苹果系统。


有stable-alpine包可用,处理优先级可放低一些;放在 raft 性能优化之后处理。

heqingpan commented 7 months ago

已在v0.5.3版本解决