mirror of
https://github.com/halverneus/static-file-server.git
synced 2024-11-24 09:05:30 +00:00
go test -cover is not supported on armh
This commit is contained in:
parent
1a45326c96
commit
7eb1918df2
@ -6,7 +6,7 @@ RUN mkdir -p /build
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
|
||||
RUN go test -race -cover ./...
|
||||
RUN go test -cover ./...
|
||||
RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o /serve /build/bin/serve
|
||||
|
||||
FROM scratch
|
||||
|
Loading…
Reference in New Issue
Block a user