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 5017b42 commit 3df4bfeCopy full SHA for 3df4bfe
Dockerfile
@@ -1,11 +1,13 @@
1
# We do not use --platform feature to auto fill this ARG because of incompatibility between podman and docker
2
ARG TARGETPLATFORM=linux/amd64
3
ARG BUILDPLATFORM=linux/amd64
4
+ARG TARGETARCH=amd64
5
+
6
# Build the manager binary
7
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.19 as builder
8
9
+ARG TARGETARCH
10
ARG TARGETPLATFORM
-ARG TARGETARCH=amd64
11
ARG VERSION="unknown"
12
13
WORKDIR /opt/app-root
0 commit comments