Skip to content

Commit 636e418

Browse files
authored
data for go binary (#34)
1 parent f322dda commit 636e418

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lang/go.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ def go_image(
88
tars = [],
99
goarch = "amd64",
1010
goos = "linux",
11-
gotags = ["containers_image_openpgp"],
11+
gotags = [],
1212
pure = "on",
1313
package_dir = "",
1414
base = "@go_image_static",
15+
data = None,
1516
visibility = ["//visibility:public"]):
1617
"""Emulate syntax of rules_gitops go_image."""
1718
go_binary(
1819
name = name + "_binary",
1920
embed = embed,
21+
data = data,
2022
goarch = goarch,
2123
goos = goos,
2224
gotags = gotags,

0 commit comments

Comments
 (0)