diff --git a/Dockerfile b/Dockerfile index 675da3bb9..fa32f6337 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/