We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb59375 commit dd9a479Copy full SHA for dd9a479
Dockerfile
@@ -13,7 +13,7 @@ COPY vendor vendor
13
COPY cmd cmd
14
COPY pkg pkg
15
COPY Makefile go.mod go.sum ./
16
-RUN make static-rh
+RUN make build
17
18
# copy and build vendored grpc_health_probe
19
RUN mkdir -p /go/src/github.com/grpc-ecosystem && \
Makefile
@@ -13,9 +13,6 @@ build: clean $(CMDS)
static: extra_flags=-ldflags '-w -extldflags "-static"'
static: build
-static-rh: extra_flags=-ldflags '-w -extldflags "-Wl,-Bstatic -ldl -lc -lpthread -lcrypto -lz -static"'
-static-rh: build
-
unit:
20
go test $(MOD_FLAGS) -count=1 --tags json1 -v -race ./pkg/...
21
0 commit comments