Skip to content

Commit

Permalink
Merge pull request #8 from fasterci/michael/visibility-tar
Browse files Browse the repository at this point in the history
expose visibility on tar target of go lang image
  • Loading branch information
michaelschiff committed Oct 16, 2023
2 parents 456568b + 5c63ec5 commit 12c1121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/go.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def go_image(
pkg_tar(
name = name + "_tar",
srcs = [":" + name + "_binary"],
visibility = visibility,
)
oci_image(
name = name,
Expand Down

0 comments on commit 12c1121

Please sign in to comment.