mirror of
https://github.com/docker/compose.git
synced 2025-07-29 16:44:20 +02:00
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")
|
"-f", "fixtures/build-test/platforms/compose-unsupported-platform.yml", "build")
|
||||||
res.Assert(t, icmd.Expected{
|
res.Assert(t, icmd.Expected{
|
||||||
ExitCode: 17,
|
ExitCode: 17,
|
||||||
Err: "failed to solve: alpine: no match for platform in",
|
Err: "no match for platform in",
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user