docs: add comment regarding linux-arm64 JQ toolchain (#503)

This commit is contained in:
Matt Mackay 2023-08-24 12:54:44 -04:00 committed by GitHub
parent d01387c163
commit ef4830bf25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ JQ_PLATFORMS = {
"@platforms//cpu:aarch64",
],
),
# There is currently no linux-arm64 JQ toolchain, as there is no upstream binary.
# The alternative is to either build JQ manually from source, or use YQ which has the same functionality as JQ,
# and bazel-lib provides an linux-arm64 toolchain for.
# See https://github.com/aspect-build/bazel-lib/issues/268
"linux_amd64": struct(
release_platform = "linux64",
compatible_with = [