Skip to content

Commit

Permalink
Build without static setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed Jul 16, 2022
1 parent 67521a1 commit 1067ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ go_binary(
name = "bazel-remote",
embed = [":go_default_library"],
pure = "off",
static = "on",
static = "off",
visibility = ["//visibility:public"],
x_defs = {"main.gitCommit": "{STABLE_GIT_COMMIT}"},
)
Expand All @@ -58,7 +58,7 @@ go_binary(
goarch = "amd64",
goos = "linux",
pure = "off",
static = "on",
static = "off",
visibility = ["//visibility:public"],
x_defs = {"main.gitCommit": "{STABLE_GIT_COMMIT}"},
)
Expand Down

0 comments on commit 1067ffd

Please sign in to comment.