-
Notifications
You must be signed in to change notification settings - Fork 76
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
Build arm64 images in CI #2681
base: master
Are you sure you want to change the base?
Build arm64 images in CI #2681
Conversation
The issue appears to have resolved itself. This PR is still useful because it will help us become aware of these types of failures sooner in the future. |
CI is back to passing reliably again... |
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. The build process worked in the CI and the images are available on DockerHub!
@williamjallen, we just got the failed to solve again: https://github.com/Kitware/CDash/actions/runs/13269210670/job/37044362933#step:4:4252 I'll try one more time |
It looks like the failures aren't entirely resolved now. I'll pull it from the queue until the failures are consistently gone for a few days in a row... |
The "Publish Images" job recently started failing due to an issue with arm64/amd64 cross-compilation. This was not caught by the regular "Build Images" CI job because it does not build for both arm64 and amd64.