Skip to content

Commit

Permalink
Fix linux/arm64 toolchain detection. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekhabarov authored Jan 24, 2024
1 parent cdc177f commit f43822c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ytt/private/toolchains_repo.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ PLATFORMS = {
),
"linux_arm64": struct(
compatible_with = [
"@platforms//os:windows",
"@platforms//cpu:x86_64",
"@platforms//os:linux",
"@platforms//cpu:aarch64",
],
),
}
Expand Down

0 comments on commit f43822c

Please sign in to comment.