Stripped debugging info from binary

This commit is contained in:
Mike Farah
2023-03-16 13:37:30 +11:00
parent e7f4c6ca8d
commit a6f0495b1f
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /go/src/mikefarah/yq
COPY . .
RUN CGO_ENABLED=0 go build .
RUN CGO_ENABLED=0 go build -ldflags "-s -w" .
# RUN ./scripts/test.sh -- this too often times out in the github pipeline.
RUN ./scripts/acceptance.sh