Skip to content

Commit

Permalink
fix: ensures confugure_buildx rule runs when bazel server restarts
Browse files Browse the repository at this point in the history
  • Loading branch information
kvet committed Aug 7, 2024
1 parent e389dde commit 21cf226
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 21cf226

Please sign in to comment.