Skip to content

Commit e2221b0

Browse files
author
mgianluc
committed
Fix Dockerfile
1 parent 1a8d5b7 commit e2221b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Build the manager binary
2-
FROM golang:1.22.5 as builder
2+
FROM golang:1.22.5 AS builder
3+
4+
ARG BUILDOS
5+
ARG TARGETARCH
36

47
WORKDIR /workspace
58
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)