feat: add arm v7

This commit is contained in:
engigu
2026-01-26 21:42:06 +08:00
parent b36f2a6dd1
commit a04d599b16
+1 -1
View File
@@ -1,7 +1,7 @@
# ================================ # ================================
# Stage 1: Build frontend # Stage 1: Build frontend
# ================================ # ================================
FROM node:20-alpine AS frontend-builder FROM --platform=$BUILDPLATFORM node:20-alpine AS frontend-builder
WORKDIR /app/web WORKDIR /app/web