-
Notifications
You must be signed in to change notification settings - Fork 84
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
workflows: avoid unknown/unknown architecture in ghcr #2971
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2971 +/- ##
==========================================
- Coverage 54.21% 54.13% -0.08%
==========================================
Files 195 195
Lines 27525 27551 +26
==========================================
- Hits 14922 14916 -6
- Misses 10842 10875 +33
+ Partials 1761 1760 -1 ☔ View full report in Codecov by Sentry. |
Added a "Closes" line to the original PR description, so that #2654 gets closed automagically when this PR is merged! |
Hey @KaloyanTanev! When you feel comfortable, add the |
Some packages installed from the Dockerfile failed after #2971 was merged. Reason was it used default pre-installed version of qemu - the emulator used from amd64 architecture to build the arm64 images. Qemu is suggested by Dockerhub as well. [Dockerhub](https://docs.docker.com/build/ci/github-actions/multi-platform/) [Github Issue](docker/buildx#495 (comment)) category: fixbuild ticket: none
Pin buildkit version in all
docker/setup-buildx-action@v2
steps (N.B.: at one place v1 is used, which is using buildkit version <0.10.5, so I haven't pinned it there). Other proposed solutions didn't seem to work currently (tested on private repo).Included as well .vscode in .gitignore.
category: bug
ticket: #2654
Closes #2654