From e2221b0d6cba24bfcfaae9eae10772a9748840d7 Mon Sep 17 00:00:00 2001 From: mgianluc Date: Mon, 2 Sep 2024 09:57:14 +0200 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cbc757c..397cc1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ # Build the manager binary -FROM golang:1.22.5 as builder +FROM golang:1.22.5 AS builder + +ARG BUILDOS +ARG TARGETARCH WORKDIR /workspace # Copy the Go Modules manifests