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 ec0e562 commit b696c86Copy full SHA for b696c86
Dockerfile
@@ -1,7 +1,8 @@
1
# Build the manager binary
2
FROM registry.access.redhat.com/ubi9/go-toolset:1.23 AS builder
3
4
-ARG TARGETOS TARGETARCH
+ARG TARGETOS
5
+ARG TARGETARCH
6
7
WORKDIR /workspace
8
# Copy the Go Modules manifests
0 commit comments