feat(ci): Enable cruise-control on ppc64le arch#2326
Conversation
|
Hi @saitejx08, to make sure I understand this will emulate |
|
Yes, @kyguy that is exactly correct. My change just adds ppc64le to the existing hw_platform matrix, so it will use the same QEMU emulation (through the existing tonistiigi/binfmt and docker run --platform steps) that was already in place for the s390x build. Thanks for checking! |
kyguy
left a comment
There was a problem hiding this comment.
Thanks for the explanation @saitejx08, that should work fine!
kyguy
left a comment
There was a problem hiding this comment.
These CI changes look fine, we just need a maintainer to approve and merge.
|
Sounds good @kyguy, Thanks for the review. |
|
hey @CCisGG can you look into this, i really appreciate if it gets merged. |
Summary
ppc64learchitecture, as requested in issue Enable cruise-control on ppc64le arch via CI/CD #1486.'ppc64le'to thehw_platformmatrix within thebuild-platformjob in the.github/workflows/ci.yamlfile.Actual Behavior
The CI pipeline does not currently run builds or tests on the
ppc64learchitecture.Steps to Reproduce
N/A
Known Workarounds
N/A
Additional evidence
N/A
Categorization
This PR resolves #1486.