Skip to content

Commit 8f0f8d3

Browse files
committed
Finish re-brand to aspect_rules_buildx
1 parent f910213 commit 8f0f8d3

File tree

5 files changed

+47
-9
lines changed

5 files changed

+47
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you do nothing, eventually the newest commits will be released automatically
5151
This automation is defined in .github/workflows/tag.yaml.
5252

5353
Rather than wait for the cron event, you can trigger manually. Navigate to
54-
https://github.com/thesayyn/rules_buildx/actions/workflows/tag.yaml
54+
https://github.com/aspect-build/rules_buildx/actions/workflows/tag.yaml
5555
and press the "Run workflow" button.
5656

5757
If you need control over the next release version, for example when making a release candidate for a new major,

MODULE.bazel.lock

Lines changed: 43 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildx/private/buildx_build.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def buildx(
6060
execution_requirements = execution_requirements,
6161
mnemonic = "BuildX",
6262
out_dirs = [name],
63-
tool = "@rules_buildx//buildx:resolved_toolchain",
63+
tool = "@aspect_rules_buildx//buildx:resolved_toolchain",
6464
tags = tags,
6565
visibility = visibility,
6666
)

buildx/private/toolchains_repo.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ toolchain(
6363
name = "{platform}_toolchain",
6464
exec_compatible_with = {compatible_with},
6565
toolchain = "@{user_repository_name}_{platform}//:buildx_toolchain",
66-
toolchain_type = "@rules_buildx//buildx:toolchain_type",
66+
toolchain_type = "@aspect_rules_buildx//buildx:toolchain_type",
6767
)
6868
""".format(
6969
platform = platform,

e2e/smoke/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
load("@aspect_rules_buildx//buildx:defs.bzl", "buildx", "context")
12
load("@bazel_skylib//rules:build_test.bzl", "build_test")
2-
load("@rules_buildx//buildx:defs.bzl", "buildx", "context")
33
load("@rules_oci//oci:defs.bzl", "oci_image", "oci_load")
44

55
buildx(

0 commit comments

Comments
 (0)