Skip to content

Commit 66c32bb

Browse files
committed
fix lint
1 parent 56a6113 commit 66c32bb

File tree

1 file changed

+1
-0
lines changed
  • packages/orchestrator/internal/template/build/core/oci

1 file changed

+1
-0
lines changed

packages/orchestrator/internal/template/build/core/oci/oci.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,5 +394,6 @@ func verifyImagePlatform(img containerregistry.Image, platform containerregistry
394394
if config.Architecture != platform.Architecture {
395395
return fmt.Errorf("image is not %s", platform.Architecture)
396396
}
397+
397398
return nil
398399
}

0 commit comments

Comments
 (0)