You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and immediately ran into a problem with a missing toolchain:
$ bazel build //python3:python3_root_s390x_debian12
ERROR: /home/iii/distroless/python3/BUILD:50:14: While resolving toolchains for target //python3:python3_root_s390x_debian12: No matching toolchains found for types @aspect_bazel_lib//lib:jq_toolchain_type.
Not being a bazel expert, I can't tell whether this is easily resolvable.
The text was updated successfully, but these errors were encountered:
Hello,
What would it take to build distroless python images for s390x?
I tried a very naive diff:
and immediately ran into a problem with a missing toolchain:
Not being a bazel expert, I can't tell whether this is easily resolvable.
The text was updated successfully, but these errors were encountered: