From 3366ed1af0971f18c552a45f823eb9c16e1334ef Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 26 Oct 2022 11:49:51 +0100 Subject: [PATCH] Run dockerhub builder stage without emulation (#23602) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2438ae6fb8..617618e915 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM node:16-buster as builder +FROM --platform=$BUILDPLATFORM node:16-buster as builder # Support custom branches of the react-sdk and js-sdk. This also helps us build # images of element-web develop.