Skip to content

Commit b6fa5a0

Browse files
David-KreinerHarness
authored andcommitted
feat: [ML-1439]: Add dockerfile build flags (#227)
* 98cb0a feat: [ML-1439]: Add dockerfile build flags
1 parent 938d55d commit b6fa5a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ FROM --platform=$BUILDPLATFORM golang:1.24.3-alpine AS builder
66
# Setup workig dir
77
WORKDIR /app
88

9+
ARG TARGETOS
10+
ARG TARGETARCH
11+
912
# Get dependencies - will also be cached if we won't change mod/sum
1013
COPY go.mod .
1114
COPY go.sum .

0 commit comments

Comments
 (0)