We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938d55d commit 98cb0aaCopy full SHA for 98cb0aa
Dockerfile
@@ -6,6 +6,9 @@ FROM --platform=$BUILDPLATFORM golang:1.24.3-alpine AS builder
6
# Setup workig dir
7
WORKDIR /app
8
9
+ARG TARGETOS
10
+ARG TARGETARCH
11
+
12
# Get dependencies - will also be cached if we won't change mod/sum
13
COPY go.mod .
14
COPY go.sum .
0 commit comments