mirror of https://github.com/docker/compose.git
fix TestBuildPlatformsWithCorrectBuildxConfig
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
5a1ba0efcf
commit
b2d4c1b865
|
@ -306,7 +306,7 @@ func TestBuildPlatformsWithCorrectBuildxConfig(t *testing.T) {
|
|||
"-f", "fixtures/build-test/platforms/compose-unsupported-platform.yml", "build")
|
||||
res.Assert(t, icmd.Expected{
|
||||
ExitCode: 17,
|
||||
Err: "failed to solve: alpine: no match for platform in",
|
||||
Err: "no match for platform in",
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue