Build for ARM
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
Dustin Pianalto 2021-09-29 22:09:47 -08:00
parent 207e34e700
commit f35f07e35a

View File

@ -10,7 +10,7 @@ RUN apk update
RUN apk add protobuf
ENV GOOS=linux
ENV GOARCH=arm
ENV GOARM=8
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 . .