-
Notifications
You must be signed in to change notification settings - Fork 94
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
caa: Re-add ppc64le support to build #2237
caa: Re-add ppc64le support to build #2237
Conversation
I tested this on my fork: https://github.com/stevenhorsman/cloud-api-adaptor/actions/runs/12751593951/job/35539041122 and whilst all the jobs failed with lack of permission to push to
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Sorry for missing ppc64le support in the #2194, and thanks for the fix. |
Hi @stevenhorsman !
I also ran the following command with and without the fix:
Indeed building and pushing the image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @stevenhorsman !
9d0974f
to
9b89621
Compare
When the arm support was added in confidential-containers#2194 it seems to have broken ppc64le builds: e.g. https://github.com/confidential-containers/cloud-api-adaptor/actions/runs/12747057891 so try and fix this Signed-off-by: stevenhorsman <steven@uk.ibm.com>
9b89621
to
b01f732
Compare
When the arm support was added in #2194 it seems
to have broken ppc64le builds: e.g.
https://github.com/confidential-containers/cloud-api-adaptor/actions/runs/12747057891 so try and fix this