From 50c296eb28707da6e6d9001f4d2fdf26ce54f8e4 Mon Sep 17 00:00:00 2001 From: itspooya Date: Mon, 8 May 2023 03:49:47 +0330 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Added=20Docker=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c54e21d..be19f0f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ # Use the official Golang image as the base image -ARG TARGETOS TARGETARCH FROM --platform=$BUILDPLATFORM golang:1.20 as builder ARG TARGETOS TARGETARCH RUN echo "TARGETOS=$TARGETOS TARGETARCH=$TARGETARCH"