What happened?
Here pointed to use rules_buildx https://github.com/aspect-build/rules_buildx/releases/tag/v0.0.1
but in fact you should use aspect_rules_buildx
bazel_dep(name = "aspect_rules_buildx")
archive_override(
module_name = "aspect_rules_buildx",
integrity = "sha256-PVRQaniGFgIAiHbjM9fOavMVdY3HJCFHDKzl1+O3g+g=",
patch_strip = 1,
strip_prefix = "rules_buildx-0.0.1",
urls = ["https://github.com/aspect-build/rules_buildx/archive/refs/tags/v0.0.1.tar.gz"],
)
Version
Development (host) and target OS/architectures:
Output of bazel --version:
Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file:
Language(s) and/or frameworks involved:
How to reproduce
Any other information?
No response
What happened?
Here pointed to use
rules_buildxhttps://github.com/aspect-build/rules_buildx/releases/tag/v0.0.1but in fact you should use
aspect_rules_buildxVersion
Development (host) and target OS/architectures:
Output of
bazel --version:Version of the Aspect rules, or other relevant rules from your
WORKSPACEorMODULE.bazelfile:Language(s) and/or frameworks involved:
How to reproduce
Any other information?
No response