File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 46
46
GO111MODULE=on
47
47
RUN set -eux && \
48
48
apk add --no-cache \
49
- build-base \
49
+ binutils \
50
+ gcc \
50
51
git \
52
+ libc-dev \
53
+ linux-headers \
51
54
musl-dev
52
55
ARG PROTOC_GEN_GO_VERSION
53
56
RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache \
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ steps:
104
104
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
105
105
- --build-arg=PROTOC_GEN_GO_VERSION=${_PROTOC_GEN_GO_VERSION}
106
106
- --build-arg=PROTOC_GEN_GO_GRPC_VERSION=${_PROTOC_GEN_GO_GRPC_VERSION}
107
- - --tag=" gcr.io/$PROJECT_ID/protoc/golang:${_PR_NUMBER:-${ _PROTOC_VERSION}-${_GOLANG_VERSION}}"
107
+ - --tag=gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}-${_GOLANG_VERSION}
108
108
- --load
109
109
- .
110
110
waitFor :
@@ -121,7 +121,7 @@ steps:
121
121
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
122
122
- --build-arg=PROTOC_GEN_GO_VERSION=${_PROTOC_GEN_GO_VERSION}
123
123
- --build-arg=PROTOC_GEN_GO_GRPC_VERSION=${_PROTOC_GEN_GO_GRPC_VERSION}
124
- - --tag=" gcr.io/$PROJECT_ID/protoc/golang:${_PR_NUMBER:-${ _PROTOC_VERSION}-${_GOLANG_VERSION}} -debug"
124
+ - --tag=gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}-${_GOLANG_VERSION}-debug
125
125
- --load
126
126
- .
127
127
waitFor :
You can’t perform that action at this time.
0 commit comments