Browse Source

Run dockerhub builder stage without emulation (#23602)

Michael Telatynski 3 years ago
parent
commit
3366ed1af0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 # Builder
 # 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
 # Support custom branches of the react-sdk and js-sdk. This also helps us build
 # images of element-web develop.
 # images of element-web develop.