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

This reverts commit 1c44d7e1cd.
This commit is contained in:
JustSong
2024-07-17 22:50:52 +08:00
parent adba54acd3
commit 2a892c1937
4 changed files with 72 additions and 5 deletions

View File

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