diff --git a/ytt/private/toolchains_repo.bzl b/ytt/private/toolchains_repo.bzl index 0d779c4..cae80eb 100644 --- a/ytt/private/toolchains_repo.bzl +++ b/ytt/private/toolchains_repo.bzl @@ -40,8 +40,8 @@ PLATFORMS = { ), "linux_arm64": struct( compatible_with = [ - "@platforms//os:windows", - "@platforms//cpu:x86_64", + "@platforms//os:linux", + "@platforms//cpu:aarch64", ], ), }