From b1cf3a67834da8fab7ca4d5cc511f75290983013 Mon Sep 17 00:00:00 2001 From: tyuchn Date: Mon, 25 Sep 2023 14:46:59 -0700 Subject: [PATCH] Remove ARG BUILDPLATFORM from Dockerfile --- Dockerfile | 2 -- Dockerfile.Windows | 1 - 2 files changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f6ec4be94..c145d99ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG BUILDPLATFORM - FROM --platform=$BUILDPLATFORM golang:1.19.12 as builder ARG STAGINGVERSION diff --git a/Dockerfile.Windows b/Dockerfile.Windows index 0d2647685..acccb8caf 100644 --- a/Dockerfile.Windows +++ b/Dockerfile.Windows @@ -16,7 +16,6 @@ ARG BASE_IMAGE FROM --platform=$BUILDPLATFORM golang:1.19.12 AS builder ARG TARGETPLATFORM -ARG BUILDPLATFORM ARG STAGINGVERSION WORKDIR /code ADD . /code/