Skip to content

Commit 7750262

Browse files
Remove explicit GOARCH in Dockerfile (#131)
1 parent 05339d0 commit 7750262

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
FROM golang:1.16 as build_caller
33
ADD . /go/src/github.com/m-lab/traceroute-caller
44
RUN rm /go/src/github.com/m-lab/traceroute-caller/Dockerfile
5-
ENV GOARCH amd64
65
ENV CGO_ENABLED 0
76
ENV GOOS linux
87
WORKDIR /go/src/github.com/m-lab/traceroute-caller

0 commit comments

Comments
 (0)