diff --git a/toolchains/gpg/BUILD b/toolchains/gpg/BUILD index b91ce9d..0b88205 100644 --- a/toolchains/gpg/BUILD +++ b/toolchains/gpg/BUILD @@ -34,7 +34,7 @@ toolchain( toolchain( name = "gpg_osx_toolchain", target_compatible_with = [ - "@bazel_tools//platforms:osx", + "@platforms//os:osx", ], toolchain = ":gpg_darwin", toolchain_type = ":toolchain_type", diff --git a/toolchains/helm-3/BUILD b/toolchains/helm-3/BUILD index 359357b..c691202 100644 --- a/toolchains/helm-3/BUILD +++ b/toolchains/helm-3/BUILD @@ -21,7 +21,7 @@ toolchain( toolchain( name = "helm_v3.8.0_osx_toolchain", target_compatible_with = [ - "@bazel_tools//platforms:osx", + "@platforms//os:osx", ], toolchain = "@helm_toolchain_configure//:helm_v3.8.0_darwin", toolchain_type = ":toolchain_type", diff --git a/toolchains/helm/BUILD b/toolchains/helm/BUILD index 8771971..cc8e9c9 100644 --- a/toolchains/helm/BUILD +++ b/toolchains/helm/BUILD @@ -36,7 +36,7 @@ toolchain( toolchain( name = "helm_v2.17.0_osx_toolchain", target_compatible_with = [ - "@bazel_tools//platforms:osx", + "@platforms//os:osx", ], toolchain = ":helm_v2.17.0_darwin", toolchain_type = ":toolchain_type", diff --git a/toolchains/kubectl/BUILD b/toolchains/kubectl/BUILD index fc23776..143904a 100644 --- a/toolchains/kubectl/BUILD +++ b/toolchains/kubectl/BUILD @@ -34,7 +34,7 @@ toolchain( toolchain( name = "kubectl_osx_toolchain", target_compatible_with = [ - "@bazel_tools//platforms:osx", + "@platforms//os:osx", ], toolchain = ":kubectl_darwin", toolchain_type = ":toolchain_type", diff --git a/toolchains/sops/BUILD b/toolchains/sops/BUILD index b192eeb..22d0a63 100644 --- a/toolchains/sops/BUILD +++ b/toolchains/sops/BUILD @@ -40,7 +40,7 @@ toolchain( toolchain( name = "sops_osx_toolchain", target_compatible_with = [ - "@bazel_tools//platforms:osx", + "@platforms//os:osx", "@platforms//cpu:x86_64", ], toolchain = ":sops_darwin", @@ -50,7 +50,7 @@ toolchain( toolchain( name = "sops_windows_toolchain", target_compatible_with = [ - "@bazel_tools//platforms:windows", + "@platforms//os:windows", ], toolchain = ":sops_windows", toolchain_type = ":toolchain_type", diff --git a/toolchains/yq/BUILD b/toolchains/yq/BUILD index 50edde9..7fe5836 100644 --- a/toolchains/yq/BUILD +++ b/toolchains/yq/BUILD @@ -41,7 +41,7 @@ toolchain( toolchain( name = "yq_osx_toolchain", target_compatible_with = [ - "@bazel_tools//platforms:osx", + "@platforms//os:osx", ], toolchain = ":yq_osx", toolchain_type = ":toolchain_type",