File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COPY . .
24
24
25
25
# Build a static binary without cgo so that we can copy just the binary in the
26
26
# final image, and can get rid of Go compiler and gRPC-Go dependencies.
27
- RUN cd interop/xds/client && go build -tags osusergo,netgo client.go
27
+ RUN cd interop/xds/client && go build -tags osusergo,netgo .
28
28
29
29
# Second stage of the build which copies over only the client binary and skips
30
30
# the Go compiler and gRPC repo from the earlier stage. This significantly
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COPY . .
24
24
25
25
# Build a static binary without cgo so that we can copy just the binary in the
26
26
# final image, and can get rid of the Go compiler and gRPC-Go dependencies.
27
- RUN cd interop/xds/server && go build -tags osusergo,netgo server.go
27
+ RUN cd interop/xds/server && go build -tags osusergo,netgo .
28
28
29
29
# Second stage of the build which copies over only the server binary and skips
30
30
# the Go compiler and gRPC repo from the earlier stage. This significantly
You can’t perform that action at this time.
0 commit comments