Skip to content
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

readme: install emulators when building with docker #286

Merged
merged 1 commit into from
May 28, 2023

Conversation

crazy-max
Copy link
Member

fixes #260

Adds instruction to install emulators to be able to build with Docker. We don't encounter this issue on Docker Desktop as emulators are already installed. On CI we already install emulators with qemu action:

-
name: Set up QEMU
uses: docker/setup-qemu-action@v2

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@crazy-max crazy-max requested a review from thaJeztah May 28, 2023 15:44
@codecov-commenter
Copy link

codecov-commenter commented May 28, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.56 ⚠️

Comparison is base (f8e94d9) 55.23% compared to head (2103f1b) 54.68%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #286      +/-   ##
==========================================
- Coverage   55.23%   54.68%   -0.56%     
==========================================
  Files           9        9              
  Lines         668      673       +5     
==========================================
- Hits          369      368       -1     
- Misses        256      262       +6     
  Partials       43       43              

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah thaJeztah merged commit a652f8e into docker:master May 28, 2023
10 checks passed
@crazy-max crazy-max deleted the update-readme branch May 28, 2023 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker-credential-helpers fails to build from source on Centos 7.9
3 participants