Skip to content

Commit b04b040

Browse files
Separate args
Co-authored-by: Bryan Keane <[email protected]>
1 parent 54f5138 commit b04b040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Build the manager binary
22
FROM registry.access.redhat.com/ubi9/go-toolset:1.23 AS builder
33

4-
ARG TARGETOS TARGETARCH
4+
ARG TARGETOS
5+
ARG TARGETARCH
56

67
WORKDIR /workspace
78
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)