Skip to content

Commit ad1bbf2

Browse files
committed
os is required on new storage layer when using digest
Signed-off-by: Jesse Brown <jabrown85@gmail.com>
1 parent 5c427b7 commit ad1bbf2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

local/local_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,8 @@ func testImage(t *testing.T, when spec.G, it spec.S) {
372372
dockerClient,
373373
local.WithPreviousImage(armBaseImageName),
374374
local.WithDefaultPlatform(imgutil.Platform{
375-
Architecture: "some-fake-os",
375+
OS: daemonOS,
376+
Architecture: "some-fake-arch",
376377
}),
377378
)
378379
h.AssertNil(t, err)

0 commit comments

Comments
 (0)