Build on self hosted runner
CI / build (push) Has been cancelled

This commit is contained in:
Dustin Pianalto
2021-09-30 08:47:05 -08:00
parent f35f07e35a
commit 709e03f9c1
2 changed files with 1 additions and 6 deletions
-3
View File
@@ -8,9 +8,6 @@ RUN go mod download
RUN apk update
RUN apk add protobuf
ENV GOOS=linux
ENV GOARCH=arm
ENV GOARM=7
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
RUN go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1
COPY . .