There was an error while loading. Please reload this page.
1 parent 1a8d5b7 commit e2221b0Copy full SHA for e2221b0
Dockerfile
@@ -1,5 +1,8 @@
1
# Build the manager binary
2
-FROM golang:1.22.5 as builder
+FROM golang:1.22.5 AS builder
3
+
4
+ARG BUILDOS
5
+ARG TARGETARCH
6
7
WORKDIR /workspace
8
# Copy the Go Modules manifests
0 commit comments