Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
207e34e700 | ||
|
|
6adbbb36b2 | ||
|
|
329afdbe81 | ||
|
|
13501567c0 |
@@ -11,6 +11,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
DOCKER_TARGET_PLATFORM: linux/arm/v7
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ RUN go mod download
|
|||||||
RUN apk update
|
RUN apk update
|
||||||
|
|
||||||
RUN apk add protobuf
|
RUN apk add protobuf
|
||||||
|
ENV GOOS=linux
|
||||||
|
ENV GOARCH=arm
|
||||||
|
ENV GOARM=8
|
||||||
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
|
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
|
RUN go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
@@ -55,3 +55,5 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: snowflake
|
name: snowflake
|
||||||
key: worker_id
|
key: worker_id
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: regcred
|
||||||
|
|||||||
Reference in New Issue
Block a user