platforms: fill default arm variant when parse platform specifier#3939
platforms: fill default arm variant when parse platform specifier#3939crosbymichael merged 1 commit intocontainerd:masterfrom
Conversation
|
Build succeeded.
|
|
Hmm, there's still problem is this patch. I send it after I have tested it on arm7 platform, and it passed. But I find it failed on arm8. I think the modification in |
Looks a little ugly, added a |
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## master #3939 +/- ##
=========================================
- Coverage 42.41% 42.4% -0.02%
=========================================
Files 130 130
Lines 14738 14737 -1
=========================================
- Hits 6251 6249 -2
Misses 7567 7567
- Partials 920 921 +1
Continue to review full report at Codecov.
|
|
Build succeeded.
|
|
Build succeeded.
|
arm has been supported, but something is missing, causes test failure
--- FAIL: TestParseSelector/linux (0.00s)
platforms_test.go:292: arm support not fully implemented: not implemented
--- FAIL: TestParseSelector/macOS (0.00s)
platforms_test.go:292: arm support not fully implemented: not implemented
Signed-off-by: Shengjing Zhu <[email protected]>
|
Build succeeded.
|
|
I think the PR is ready for review. The test has passed on my arm/v7 and arm/v8 machine, and the openlab's arm64 machine. |
|
LGTM |
arm has been supported, but something is missing, causes test failure
The test like
linux/arm/v6andlinux/arm/v7have passed, so I don't think there's issue for arm actually.