This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch chore/build-linux in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
commit bd5e009494f3ff2c4b28a985c213c05a8db08252 Author: kezhenxu94 <[email protected]> AuthorDate: Tue Mar 30 23:47:35 2021 +0800 chore: only build linux binary when building inside docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5e55c3..d1b7166 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ WORKDIR /license-eye COPY . . -RUN apk add --no-cache make curl && make build +RUN apk add --no-cache make curl && make linux FROM alpine:3 AS bin
