Skip to content

readme: install emulators when building with docker#286

Merged
thaJeztah merged 1 commit intodocker:masterfrom
crazy-max:update-readme
May 28, 2023
Merged

readme: install emulators when building with docker#286
thaJeztah merged 1 commit intodocker:masterfrom
crazy-max:update-readme

Conversation

@crazy-max
Copy link
Copy Markdown
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

@crazy-max crazy-max requested a review from thaJeztah May 28, 2023 15:44
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.68%. Comparing base (f8e94d9) to head (2103f1b).
Report is 73 commits behind head on master.

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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Copy Markdown
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
@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