Skip to content

Commit b0f42ff

Browse files
committed
don't do cross-testing
1 parent 144e3ce commit b0f42ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . ./
55
ARG TARGETOS
66
ARG TARGETARCH
77
ARG VERSION
8-
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go test ./...
8+
RUN go test ./...
99
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1010
go build -tags=netgo -gcflags=all=-d=checkptr -ldflags="-w -s -X 'main.version=${VERSION}'" -trimpath \
1111
-o / ./...

0 commit comments

Comments
 (0)