-
Notifications
You must be signed in to change notification settings - Fork 775
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
Optimize Dockerfile for multi-arch #1052
Optimize Dockerfile for multi-arch #1052
Conversation
Signed-off-by: FillZpp <[email protected]>
73adc0f
to
715062a
Compare
Codecov Report
@@ Coverage Diff @@
## master #1052 +/- ##
==========================================
+ Coverage 49.30% 49.32% +0.01%
==========================================
Files 125 125
Lines 12355 12355
==========================================
+ Hits 6092 6094 +2
+ Misses 5322 5321 -1
+ Partials 941 940 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: furykerry The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: FillZpp <[email protected]> Signed-off-by: Liu Zhenwei <[email protected]>
Signed-off-by: FillZpp [email protected]
Ⅰ. Describe what this PR does
Optimize Dockerfile for multi-arch
Ⅱ. Does this pull request fix one issue?
fixes #970