-
Notifications
You must be signed in to change notification settings - Fork 2.7k
fix: repairing failed CI #12805
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
fix: repairing failed CI #12805
Conversation
| - apisix | ||
|
|
||
| httpbin: | ||
| image: ghcr.io/mccutchen/go-httpbin |
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.
Why does kennethreitz/httpbin need to use different image versions?
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.
This configuration serves the workflow at https://github.com/apache/apisix/blob/master/.github/workflows/push-dev-image-on-commit.yml
This workflow runs on both amd and arm platforms. kennethreitz/httpbin does not provide an arm image, causing it to fail. Therefore, I used this image here.
Description
Which issue(s) this PR fixes:
Checklist