-
Notifications
You must be signed in to change notification settings - Fork 205
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
contrib: support nydus-overlayfs and ctr-remote on different platforms #1256
Conversation
Otherwise, the binary we compiled cannot run on other platforms such as arm. Signed-off-by: Huang Jianan <jnhuang@linux.alibaba.com>
@mofishzz , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/70364 |
Codecov Report
@@ Coverage Diff @@
## master #1256 +/- ##
==========================================
+ Coverage 45.04% 45.07% +0.02%
==========================================
Files 126 126
Lines 37382 37395 +13
Branches 37382 37395 +13
==========================================
+ Hits 16838 16855 +17
+ Misses 19659 19649 -10
- Partials 885 891 +6 |
@mofishzz , The CI test is completed, please check result:
Congratulations, your test job passed! |
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, thanks!
@adamqqqplay , the title has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/70380 |
@adamqqqplay , The CI test is completed, please check result:
Congratulations, your test job passed! |
Otherwise, the binary we compiled cannot run on other platforms such as arm.
Fix: #401 #407