Run dockerhub builder stage without emulation (#23602)

pull/23609/head
Michael Telatynski 2022-10-26 11:49:51 +01:00 committed by GitHub
parent 2b3467a5d0
commit 3366ed1af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.