diff --git a/ic-os/setupos/defs.bzl b/ic-os/setupos/defs.bzl index 0511774c73a..caef32e7de9 100644 --- a/ic-os/setupos/defs.bzl +++ b/ic-os/setupos/defs.bzl @@ -93,7 +93,7 @@ def _custom_partitions(mode): src = "config_tar", label = "CONFIG", partition_size = "50M", - subdir = "./config", + subdir = "config", target_compatible_with = [ "@platforms//os:linux", ],