From a2d67873a37db8444c0dcea39609b219ecbd7c72 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Sun, 14 Jun 2020 20:31:35 +0200 Subject: [PATCH] ISSUE-313-BUILDX --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45096b3..6ba642c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG GO_VERSION=1.13 FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine as build -# Convert TARGETPLATFgiORM to GOARCH format +# Convert TARGETPLATFORM to GOARCH format # https://github.com/tonistiigi/xx COPY --from=tonistiigi/xx:golang / /