Skip to content

Commit

Permalink
fix: ensures configure_buildx rule runs when bazel server restarts (#670
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kvet authored Aug 7, 2024
1 parent 9c50a4a commit 0be4040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/dockerfile/buildx.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ BUILDER_NAME = "%s"

configure_buildx = repository_rule(
implementation = _impl_configure_buildx,
local = True,
)

def fetch_buildx():
Expand Down

0 comments on commit 0be4040

Please sign in to comment.