Skip to content

[Bug]: Usage of the rules wrong at release page #3

@farcop

Description

@farcop

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions