We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2f08c commit 3a5f5d4Copy full SHA for 3a5f5d4
1 file changed
auth/Dockerfile
@@ -5,6 +5,8 @@ COPY go.mod go.sum ./
5
RUN go mod download
6
7
COPY . .
8
+ARG TARGETOS
9
+ARG TARGETARCH
10
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=$TARGETARCH go build -o /keibi
11
12
FROM gcr.io/distroless/base-debian11
0 commit comments