feat: fast build linux/arm64 frontend (#1645)

This commit is contained in:
zijiren
2024-07-14 18:06:11 +08:00
committed by GitHub
parent a3eefb7af0
commit 1c44d7e1cd
4 changed files with 5 additions and 72 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16 as builder
FROM --platform=$BUILDPLATFORM node:16 as builder
WORKDIR /web
COPY ./VERSION .