-
Notifications
You must be signed in to change notification settings - Fork 599
feat: Cloudpods basic service image RISC-V support #23446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8c79db2 to
e3f2f28
Compare
|
@Jinyu007 怎么在 RISC-V 的机器上,制作出 region, scheduler 这些镜像呢,直接使用 |
e3f2f28 to
976e3dd
Compare
已按照要求对 |
|
@Jinyu007 container-images repo里的镜像也需要适配 |
container-images 内的 calico,centos 上游缺乏 RISC-V 架构支持,workaround 工作量极大,可行性不高,需要等到上游支持后才能继续推进。 PR 描述中出现的镜像已经是目前 RISC-V 上可以推进到的最大镜像支持集合,可否先合入这个PR? |
|
请评估一下这几个镜像的适配:
|
|
@Jinyu007 如果要合入PR,请修改scripts/docker_push.sh,只有在显式指定ARCH=riscv64时才制作riscv镜像,否则会对现有ci有破坏性影响 |
976e3dd to
95695ed
Compare
已修改,请审阅 |
openvswich 与 host-base 可以支持 RISC-V 架构,PR会在整理后提出。 host-deployer-base 需要 yunionos 的支持,编译对应的内核以及PXE,详细情况见结项报告 |
95695ed to
bf40774
Compare
This patch enables cloudpos basic service image to be built on RISC-V platforms and support build script to work on RISC-V platforms. Signed-off-by: Jinyu Zhao <[email protected]>
bf40774 to
2b0903d
Compare
|
@swordqiu container-images 中 openvswitch,alpine-build 以及 host-base 的构建支持 PR:yunionio/container-images#31 |
|
/lgtm |
What this PR does / why we need it:
This patch enables cloudpos basic service image to be built on RISC-V platforms.
Does this PR need to be backport to the previous release branch?:
NONE