-
Notifications
You must be signed in to change notification settings - Fork 104
chore: fix intermittent arm docker build errors #3732
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for brilliant-pasca-3e80ec ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🚀 Performance Test ResultsTest Configuration:
Test Metrics:
📜 Logs |
69bdcd6 to
de78e41
Compare
de78e41 to
1507ed2
Compare
a8d761d to
bbca2a5
Compare
8a1f4aa to
1853959
Compare
| with: | ||
| platforms: ${{ matrix.platform.arch }} |
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.
Likely not necessary with the runs-on change, but adding just to explicitly state which platform to build for
|
The docker image scans will be resolved separately |
Changes proposed in this pull request
Context
Sometimes when we would build a docker image for arm architecture, we would get the following error:
This is a result of a mismatch between the target docker build architecture, and the architecture of the machine that it is running on. This fix makes sure we use an arm based machine to build our arm images.
Resource for selecting GitHub hosted runners:
https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories
Fix #3730
Checklist
fixes #numberuser-docslabel (if necessary)