-
Notifications
You must be signed in to change notification settings - Fork 96
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
GitHub Action Workflow images step is failing due to aws-cli build #737
Comments
@mikeshng Hello there! I'm here to help you with bug fixes, answer questions, and guide you on becoming a contributor. If you need assistance, feel free to ask! The issue you're encountering seems to be related to the architecture mismatch when downloading the AWS CLI zip file. The Dockerfile is set to use To resolve this, ensure that the
Make sure that |
Looks like it is failure because for arm archirecture the image expects ARCH to be set to aarch64 as mentioned here, where as the GH workflow is setting to arm64. |
Created PR: #738 |
/close |
@qiujian16: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Describe the bug
In #729 we introduced a new Dockerfile and image. It's now failing in our GitHub Action Workflow image building and pushing step. See below for more details:
https://github.com/open-cluster-management-io/ocm/actions/runs/12162714239/job/33920318125
To Reproduce
When PRs get merged.
Expected behavior
Image build and push sccessfully.
Environment ie: OCM version, Kubernetes version and provider:
Additional context
The text was updated successfully, but these errors were encountered: