From ce929654083ee372e62ac98ec3def20a0f2c82eb Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 31 Oct 2023 14:45:58 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ed8aabf..f1d83168 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # Prepare to cross-compile by always running the build stage in the build platform, not the target platform. -FROM --platform=$BUILDPLATFORM golang:1.21.3 as build-env +FROM --platform=linux/amd64 golang:1.21.3 as build-env WORKDIR /work